Html Css Color HEX #600BD2 Purple Heart

📋 copy color: '#600BD2'

red 96 ◦ green 11 ◦ blue 210

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

Shades of Purple Heart #600BD2

Tints of Purple Heart #600BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 66.25%

R = 30.28%
G = 3.47%
B = 66.25%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#600BD2 (or 0x600BD2) is known color: Purple Heart. HEX triplet: 60, 0B and D2. RGB value is (96,11,210). Sum of RGB (Red+Green+Blue) = 96+11+210=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 210 (82.42% from 255 or 66.25% from 317); Max value from RGB is 210 - color contains mainly: blue. Hex color #600BD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600BD2 is #9FF42D. Grayscale: #3A3A3A. Windows color (decimal): -10482734 or 13765472. OLE color: 13765472.

HSL color Cylindrical-coordinate representation of color #600BD2: hue angle of 265.63º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600BD2 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 11 210 -
CMYK 0.54 0.95 0 0.18
HSL 265.63º 0.9% 0.43% -
HSV(B) 265.63º 0.95% 0.82% -
XYZ 16.58 7.38 61.52 -
YUV 59.1 213.16 154.32 -
System Red Green Blue C M Y K H S L
Decimal 96 11 210 0.54 0.95 0 0.18 265.63 0.9 0.43
Hex 60 B D2 36 5F 0 12 10A 5A 2B
Octal 140 13 322 66 137 0 22 412 132 53
Binary 1100000 1011 11010010 110110 1011111 0 10010 100001010 1011010 101011

Color Harmonies of #600BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BD2

Black with #600BD2

Text Example


Text Example

White with #600BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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