Html Css Color HEX #600CBF Purple Heart

📋 copy color: '#600CBF'

red 96 ◦ green 12 ◦ blue 191

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

Shades of Purple Heart #600CBF

Tints of Purple Heart #600CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.88%

R = 32.11%
G = 4.01%
B = 63.88%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#600CBF (or 0x600CBF) is known color: Purple Heart. HEX triplet: 60, 0C and BF. RGB value is (96,12,191). Sum of RGB (Red+Green+Blue) = 96+12+191=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #600CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CBF is #9FF340. Grayscale: #383838. Windows color (decimal): -10482497 or 12520544. OLE color: 12520544.

HSL color Cylindrical-coordinate representation of color #600CBF: hue angle of 268.16º 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 #600CBF is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 12 191 -
CMYK 0.50 0.94 0 0.25
HSL 268.16º 0.88% 0.4% -
HSV(B) 268.16º 0.94% 0.75% -
XYZ 14.36 6.51 49.79 -
YUV 57.52 203.33 155.45 -
System Red Green Blue C M Y K H S L
Decimal 96 12 191 0.50 0.94 0 0.25 268.16 0.88 0.4
Hex 60 C BF 32 5E 0 19 10C 58 28
Octal 140 14 277 62 136 0 31 414 130 50
Binary 1100000 1100 10111111 110010 1011110 0 11001 100001100 1011000 101000

Color Harmonies of #600CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CBF

Black with #600CBF

Text Example


Text Example

White with #600CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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