#6000C0

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

Shades of Purple Heart #6000C0

Tints of Purple Heart #6000C0

Color information

#6000C0 (or 0x6000C0) is unknown color: approx Purple Heart. HEX triplet: 60, 00 and C0. RGB value is (96,0,192). Sum of RGB (Red+Green+Blue) = 96+0+192=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 192 (75.39% from 255 or 66.67% from 288); Max value from RGB is 192 - color contains mainly: blue. Hex color #6000C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000C0 is #9FFF3F. Grayscale: #313131. Windows color (decimal): -10485568 or 12583008. OLE color: 12583008.

HSL color Cylindrical-coordinate representation of color #6000C0: hue angle of 270º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000C0 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB960192-
CMYK0.50100.25
HSL270º100%37.65%-
HSV(B)270º100%75.29%-
XYZ14.346.2950.33-
YUV50.59207.8160.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 192 (75.39% from 255) = 66.67%
R=33.33%
G=0%
B=66.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9601920.50100.2527010037.65
Hex600C0326401910e6426
Octal14003006214403141614446
Binary110000001100000011001011001000110011000011101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6000C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6000C0; }

 p { color: rgb(96,0,192); }

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

<style>
 a { background-color: #6000C0; }

 a { background-color: rgb(96,0,192); }

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

<style>
 span { border-color: #6000C0; }

 span { border-color: rgb(96,0,192); }

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