Html Css Color HEX #600CCE Purple Heart

📋 copy color: '#600CCE'

red 96 ◦ green 12 ◦ blue 206

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

Shades of Purple Heart #600CCE

Tints of Purple Heart #600CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.61%

R = 30.57%
G = 3.82%
B = 65.61%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#600CCE (or 0x600CCE) is known color: Purple Heart. HEX triplet: 60, 0C and CE. RGB value is (96,12,206). Sum of RGB (Red+Green+Blue) = 96+12+206=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #600CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CCE is #9FF331. Grayscale: #3A3A3A. Windows color (decimal): -10482482 or 13503584. OLE color: 13503584.

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

Color convert

RGB 96 12 206 -
CMYK 0.53 0.94 0 0.19
HSL 265.98º 0.89% 0.43% -
HSV(B) 265.98º 0.94% 0.81% -
XYZ 16.1 7.21 58.94 -
YUV 59.23 210.83 154.23 -
System Red Green Blue C M Y K H S L
Decimal 96 12 206 0.53 0.94 0 0.19 265.98 0.89 0.43
Hex 60 C CE 35 5E 0 13 10A 59 2B
Octal 140 14 316 65 136 0 23 412 131 53
Binary 1100000 1100 11001110 110101 1011110 0 10011 100001010 1011001 101011

Color Harmonies of #600CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CCE

Black with #600CCE

Text Example


Text Example

White with #600CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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