Html Css Color HEX #601DD5 Purple Heart

📋 copy color: '#601DD5'

red 96 ◦ green 29 ◦ blue 213

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

Shades of Purple Heart #601DD5

Tints of Purple Heart #601DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 63.02%

R = 28.4%
G = 8.58%
B = 63.02%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#601DD5 (or 0x601DD5) is known color: Purple Heart. HEX triplet: 60, 1D and D5. RGB value is (96,29,213). Sum of RGB (Red+Green+Blue) = 96+29+213=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 213 (83.59% from 255 or 63.02% from 338); Max value from RGB is 213 - color contains mainly: blue. Hex color #601DD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601DD5 is #9FE22A. Grayscale: #454545. Windows color (decimal): -10478123 or 13966688. OLE color: 13966688.

HSL color Cylindrical-coordinate representation of color #601DD5: hue angle of 261.85º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601DD5 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 29 213 -
CMYK 0.55 0.86 0 0.16
HSL 261.85º 0.76% 0.47% -
HSV(B) 261.85º 0.86% 0.84% -
XYZ 17.27 8.17 63.62 -
YUV 70.01 208.7 146.54 -
System Red Green Blue C M Y K H S L
Decimal 96 29 213 0.55 0.86 0 0.16 261.85 0.76 0.47
Hex 60 1D D5 37 56 0 10 106 4C 2F
Octal 140 35 325 67 126 0 20 406 114 57
Binary 1100000 11101 11010101 110111 1010110 0 10000 100000110 1001100 101111

Color Harmonies of #601DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601DD5

Black with #601DD5

Text Example


Text Example

White with #601DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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