Html Css Color HEX #600CD3 Purple Heart

📋 copy color: '#600CD3'

red 96 ◦ green 12 ◦ blue 211

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

Shades of Purple Heart #600CD3

Tints of Purple Heart #600CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 66.14%

R = 30.09%
G = 3.76%
B = 66.14%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#600CD3 (or 0x600CD3) is known color: Purple Heart. HEX triplet: 60, 0C and D3. RGB value is (96,12,211). Sum of RGB (Red+Green+Blue) = 96+12+211=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 211 (82.81% from 255 or 66.14% from 319); Max value from RGB is 211 - color contains mainly: blue. Hex color #600CD3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CD3 is #9FF32C. Grayscale: #3B3B3B. Windows color (decimal): -10482477 or 13831264. OLE color: 13831264.

HSL color Cylindrical-coordinate representation of color #600CD3: hue angle of 265.33º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600CD3 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 12 211 -
CMYK 0.55 0.94 0 0.17
HSL 265.33º 0.89% 0.44% -
HSV(B) 265.33º 0.94% 0.83% -
XYZ 16.71 7.45 62.19 -
YUV 59.8 213.33 153.82 -
System Red Green Blue C M Y K H S L
Decimal 96 12 211 0.55 0.94 0 0.17 265.33 0.89 0.44
Hex 60 C D3 37 5E 0 11 109 59 2C
Octal 140 14 323 67 136 0 21 411 131 54
Binary 1100000 1100 11010011 110111 1011110 0 10001 100001001 1011001 101100

Color Harmonies of #600CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CD3

Black with #600CD3

Text Example


Text Example

White with #600CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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