Html Css Color HEX #600BCC Purple Heart

📋 copy color: '#600BCC'

red 96 ◦ green 11 ◦ blue 204

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

Shades of Purple Heart #600BCC

Tints of Purple Heart #600BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.54%

 BLUE value IS 204 (80.08% from 255) = 65.59%

R = 30.87%
G = 3.54%
B = 65.59%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#600BCC (or 0x600BCC) is known color: Purple Heart. HEX triplet: 60, 0B and CC. RGB value is (96,11,204). Sum of RGB (Red+Green+Blue) = 96+11+204=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #600BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600BCC is #9FF433. Grayscale: #393939. Windows color (decimal): -10482740 or 13372256. OLE color: 13372256.

HSL color Cylindrical-coordinate representation of color #600BCC: hue angle of 266.42º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600BCC is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 11 204 -
CMYK 0.53 0.95 0 0.2
HSL 266.42º 0.9% 0.42% -
HSV(B) 266.42º 0.95% 0.8% -
XYZ 15.84 7.09 57.66 -
YUV 58.42 210.16 154.81 -
System Red Green Blue C M Y K H S L
Decimal 96 11 204 0.53 0.95 0 0.2 266.42 0.9 0.42
Hex 60 B CC 35 5F 0 14 10A 5A 2A
Octal 140 13 314 65 137 0 24 412 132 52
Binary 1100000 1011 11001100 110101 1011111 0 10100 100001010 1011010 101010

Color Harmonies of #600BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BCC

Black with #600BCC

Text Example


Text Example

White with #600BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,11,204); }

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

background-color css

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

 a { background-color: rgb(96,11,204); }

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

border-color css

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

 span { border-color: rgb(96,11,204); }

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