Html Css Color HEX #600CBD Purple Heart

📋 copy color: '#600CBD'

red 96 ◦ green 12 ◦ blue 189

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

Shades of Purple Heart #600CBD

Tints of Purple Heart #600CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.64%

R = 32.32%
G = 4.04%
B = 63.64%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#600CBD (or 0x600CBD) is known color: Purple Heart. HEX triplet: 60, 0C and BD. RGB value is (96,12,189). Sum of RGB (Red+Green+Blue) = 96+12+189=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #600CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CBD is #9FF342. Grayscale: #383838. Windows color (decimal): -10482499 or 12389472. OLE color: 12389472.

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

Color convert

RGB 96 12 189 -
CMYK 0.49 0.94 0 0.26
HSL 268.47º 0.88% 0.39% -
HSV(B) 268.47º 0.94% 0.74% -
XYZ 14.14 6.42 48.64 -
YUV 57.29 202.33 155.61 -
System Red Green Blue C M Y K H S L
Decimal 96 12 189 0.49 0.94 0 0.26 268.47 0.88 0.39
Hex 60 C BD 31 5E 0 1A 10C 58 27
Octal 140 14 275 61 136 0 32 414 130 47
Binary 1100000 1100 10111101 110001 1011110 0 11010 100001100 1011000 100111

Color Harmonies of #600CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CBD

Black with #600CBD

Text Example


Text Example

White with #600CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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