Html Css Color HEX #601ECD Purple Heart

📋 copy color: '#601ECD'

red 96 ◦ green 30 ◦ blue 205

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

Shades of Purple Heart #601ECD

Tints of Purple Heart #601ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.06%

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

R = 29%
G = 9.06%
B = 61.93%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#601ECD (or 0x601ECD) is known color: Purple Heart. HEX triplet: 60, 1E and CD. RGB value is (96,30,205). Sum of RGB (Red+Green+Blue) = 96+30+205=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #601ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601ECD is #9FE132. Grayscale: #454545. Windows color (decimal): -10477875 or 13442656. OLE color: 13442656.

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

Color convert

RGB 96 30 205 -
CMYK 0.53 0.85 0 0.20
HSL 262.63º 0.74% 0.46% -
HSV(B) 262.63º 0.85% 0.8% -
XYZ 16.31 7.82 58.41 -
YUV 69.68 204.37 146.77 -
System Red Green Blue C M Y K H S L
Decimal 96 30 205 0.53 0.85 0 0.20 262.63 0.74 0.46
Hex 60 1E CD 35 55 0 14 107 4A 2E
Octal 140 36 315 65 125 0 24 407 112 56
Binary 1100000 11110 11001101 110101 1010101 0 10100 100000111 1001010 101110

Color Harmonies of #601ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601ECD

Black with #601ECD

Text Example


Text Example

White with #601ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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