Html Css Color HEX #600DCD Purple Heart

📋 copy color: '#600DCD'

red 96 ◦ green 13 ◦ blue 205

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

Shades of Purple Heart #600DCD

Tints of Purple Heart #600DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.14%

 BLUE value IS 205 (80.47% from 255) = 65.29%

R = 30.57%
G = 4.14%
B = 65.29%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#600DCD (or 0x600DCD) is known color: Purple Heart. HEX triplet: 60, 0D and CD. RGB value is (96,13,205). Sum of RGB (Red+Green+Blue) = 96+13+205=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #600DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600DCD is #9FF232. Grayscale: #3B3B3B. Windows color (decimal): -10482227 or 13438304. OLE color: 13438304.

HSL color Cylindrical-coordinate representation of color #600DCD: hue angle of 265.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600DCD is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 13 205 -
CMYK 0.53 0.94 0 0.20
HSL 265.94º 0.88% 0.43% -
HSV(B) 265.94º 0.94% 0.8% -
XYZ 15.99 7.18 58.3 -
YUV 59.71 210 153.89 -
System Red Green Blue C M Y K H S L
Decimal 96 13 205 0.53 0.94 0 0.20 265.94 0.88 0.43
Hex 60 D CD 35 5E 0 14 10A 58 2B
Octal 140 15 315 65 136 0 24 412 130 53
Binary 1100000 1101 11001101 110101 1011110 0 10100 100001010 1011000 101011

Color Harmonies of #600DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600DCD

Black with #600DCD

Text Example


Text Example

White with #600DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,13,205); }

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

background-color css

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

 a { background-color: rgb(96,13,205); }

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

border-color css

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

 span { border-color: rgb(96,13,205); }

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