Html Css Color HEX #601DCD Purple Heart

📋 copy color: '#601DCD'

red 96 ◦ green 29 ◦ blue 205

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

Shades of Purple Heart #601DCD

Tints of Purple Heart #601DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.79%

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

R = 29.09%
G = 8.79%
B = 62.12%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#601DCD (or 0x601DCD) is known color: Purple Heart. HEX triplet: 60, 1D and CD. RGB value is (96,29,205). Sum of RGB (Red+Green+Blue) = 96+29+205=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #601DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601DCD is #9FE232. Grayscale: #444444. Windows color (decimal): -10478131 or 13442400. OLE color: 13442400.

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

Color convert

RGB 96 29 205 -
CMYK 0.53 0.86 0 0.20
HSL 262.84º 0.75% 0.46% -
HSV(B) 262.84º 0.86% 0.8% -
XYZ 16.28 7.77 58.4 -
YUV 69.1 204.7 147.19 -
System Red Green Blue C M Y K H S L
Decimal 96 29 205 0.53 0.86 0 0.20 262.84 0.75 0.46
Hex 60 1D CD 35 56 0 14 107 4B 2E
Octal 140 35 315 65 126 0 24 407 113 56
Binary 1100000 11101 11001101 110101 1010110 0 10100 100000111 1001011 101110

Color Harmonies of #601DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601DCD

Black with #601DCD

Text Example


Text Example

White with #601DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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