#6936C6

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

Shades of Purple Heart #6936C6

Tints of Purple Heart #6936C6

Color information

#6936C6 (or 0x6936C6) is unknown color: approx Purple Heart. HEX triplet: 69, 36 and C6. RGB value is (105,54,198). Sum of RGB (Red+Green+Blue) = 105+54+198=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #6936C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6936C6 is #96C939. Grayscale: #555555. Windows color (decimal): -9881914 or 12990057. OLE color: 12990057.

HSL color Cylindrical-coordinate representation of color #6936C6: hue angle of 261.25º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6936C6 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10554198-
CMYK0.470.7300.22
HSL261.25º57.14%49.41%-
HSV(B)261.25º72.73%77.65%-
XYZ17.349.7254.39-
YUV85.66191.4141.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 54 (21.48% from 255) = 15.13%
BLUE value IS 198 (77.73% from 255) = 55.46%
R=29.41%
G=15.13%
B=55.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal105541980.470.7300.22261.2557.1449.41
Hex6936C62F490161053931
Octal15166306571110264057161
Binary1101001110110110001101011111001001010110100000101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6936C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6936C6; }

 p { color: rgb(105,54,198); }

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

<style>
 a { background-color: #6936C6; }

 a { background-color: rgb(105,54,198); }

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

<style>
 span { border-color: #6936C6; }

 span { border-color: rgb(105,54,198); }

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