#6F1CC4

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

Shades of Purple Heart #6F1CC4

Tints of Purple Heart #6F1CC4

Color information

#6F1CC4 (or 0x6F1CC4) is unknown color: approx Purple Heart. HEX triplet: 6F, 1C and C4. RGB value is (111,28,196). Sum of RGB (Red+Green+Blue) = 111+28+196=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 196 (76.95% from 255 or 58.51% from 335); Max value from RGB is 196 - color contains mainly: blue. Hex color #6F1CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1CC4 is #90E33B. Grayscale: #474747. Windows color (decimal): -9495356 or 12852335. OLE color: 12852335.

HSL color Cylindrical-coordinate representation of color #6F1CC4: hue angle of 269.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1CC4 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11128196-
CMYK0.430.8600.23
HSL269.64º75%43.92%-
HSV(B)269.64º85.71%76.86%-
XYZ16.938.252.91-
YUV71.97198155.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.13%
GREEN value IS 28 (11.33% from 255) = 8.36%
BLUE value IS 196 (76.95% from 255) = 58.51%
R=33.13%
G=8.36%
B=58.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal111281960.430.8600.23269.647543.92
Hex6F1CC42B5601710e4b2c
Octal157343045312602741611354
Binary1101111111001100010010101110101100101111000011101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F1CC4; }

 p { color: rgb(111,28,196); }

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

<style>
 a { background-color: #6F1CC4; }

 a { background-color: rgb(111,28,196); }

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

<style>
 span { border-color: #6F1CC4; }

 span { border-color: rgb(111,28,196); }

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