#6927bd

Color #6927BD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6927BD

Tints of Purple Heart #6927BD

Color information

#6927BD (or 0x6927BD) is unknown color: approx Purple Heart. HEX triplet: 69, 27 and BD. RGB value is (105,39,189). Sum of RGB (Red+Green+Blue) = 105+39+189=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #6927BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6927BD is #96D842. Grayscale: #4B4B4B. Windows color (decimal): -9885763 or 12396393. OLE color: 12396393.

HSL color Cylindrical-coordinate representation of color #6927BD: hue angle of 266.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6927BD is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10539189-
CMYK0.440.7900.26
HSL266.4º65.79%44.71%-
HSV(B)266.4º79.37%74.12%-
XYZ15.748.1348.88-
YUV75.83191.87148.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 39 (15.62% from 255) = 11.71%
BLUE value IS 189 (74.22% from 255) = 56.76%
R=31.53%
G=11.71%
B=56.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105391890.440.7900.26266.465.7944.71
Hex6927BD2C4F01A10a422d
Octal151472755411703241210255
Binary11010011001111011110110110010011110110101000010101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6927bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6927bd; }

 p { color: rgb(105,39,189); }

 H1.HeaderClassName
 {
   color: #6927bd;
 }
 .AnyTagClassName
 {
   color: #6927bd;
 }
</style>
background-color css

<style>
 a { background-color: #6927bd; }

 a { background-color: rgb(105,39,189); }

 div.DivClassName
 {
   background-color: #6927bd;
 }
 .BgClassName
 {
   background-color: #6927bd;
 }
</style>
border-color css

<style>
 span { border-color: #6927bd; }

 span { border-color: rgb(105,39,189); }

 td.TdClassName
 {
   border-color: #6927bd;
 }
 .TagClassName
 {
   border-color: #6927bd;
 }
</style>