Html Css Color HEX #600CCD Purple Heart

📋 copy color: '#600CCD'

red 96 ◦ green 12 ◦ blue 205

#600CCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #600CCD

Tints of Purple Heart #600CCD

RGB

 RED value IS 96 (37.89% from 255) = 30.67%

 GREEN value IS 12 (5.08% from 255) = 3.83%

 BLUE value IS 205 (80.47% from 255) = 65.5%

R = 30.67%
G = 3.83%
B = 65.5%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#600CCD (or 0x600CCD) is known color: Purple Heart. HEX triplet: 60, 0C and CD. RGB value is (96,12,205). Sum of RGB (Red+Green+Blue) = 96+12+205=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #600CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CCD is #9FF332. Grayscale: #3A3A3A. Windows color (decimal): -10482483 or 13438048. OLE color: 13438048.

HSL color Cylindrical-coordinate representation of color #600CCD: hue angle of 266.11º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600CCD is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 12 205 -
CMYK 0.53 0.94 0 0.20
HSL 266.11º 0.89% 0.43% -
HSV(B) 266.11º 0.94% 0.8% -
XYZ 15.97 7.16 58.3 -
YUV 59.12 210.33 154.31 -
System Red Green Blue C M Y K H S L
Decimal 96 12 205 0.53 0.94 0 0.20 266.11 0.89 0.43
Hex 60 C CD 35 5E 0 14 10A 59 2B
Octal 140 14 315 65 136 0 24 412 131 53
Binary 1100000 1100 11001101 110101 1011110 0 10100 100001010 1011001 101011

Color Harmonies of #600CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CCD

Black with #600CCD

Text Example


Text Example

White with #600CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600CCD; }

 p { color: rgb(96,12,205); }

 H1.HeaderClassName
 {
   color: #600CCD;
 }
 .AnyTagClassName
 {
   color: #600CCD;
 }
</style>

background-color css

<style>
 a { background-color: #600CCD; }

 a { background-color: rgb(96,12,205); }

 div.DivClassName
 {
   background-color: #600CCD;
 }
 .BgClassName
 {
   background-color: #600CCD;
 }
</style>

border-color css

<style>
 span { border-color: #600CCD; }

 span { border-color: rgb(96,12,205); }

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