Html Css Color HEX #600CBE Purple Heart

📋 copy color: '#600CBE'

red 96 ◦ green 12 ◦ blue 190

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

Shades of Purple Heart #600CBE

Tints of Purple Heart #600CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.76%

R = 32.21%
G = 4.03%
B = 63.76%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#600CBE (or 0x600CBE) is known color: Purple Heart. HEX triplet: 60, 0C and BE. RGB value is (96,12,190). Sum of RGB (Red+Green+Blue) = 96+12+190=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #600CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CBE is #9FF341. Grayscale: #383838. Windows color (decimal): -10482498 or 12455008. OLE color: 12455008.

HSL color Cylindrical-coordinate representation of color #600CBE: hue angle of 268.31º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600CBE is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 12 190 -
CMYK 0.49 0.94 0 0.25
HSL 268.31º 0.88% 0.4% -
HSV(B) 268.31º 0.94% 0.75% -
XYZ 14.25 6.47 49.21 -
YUV 57.41 202.83 155.53 -
System Red Green Blue C M Y K H S L
Decimal 96 12 190 0.49 0.94 0 0.25 268.31 0.88 0.4
Hex 60 C BE 31 5E 0 19 10C 58 28
Octal 140 14 276 61 136 0 31 414 130 50
Binary 1100000 1100 10111110 110001 1011110 0 11001 100001100 1011000 101000

Color Harmonies of #600CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CBE

Black with #600CBE

Text Example


Text Example

White with #600CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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