Html Css Color HEX #601DD1 Purple Heart

📋 copy color: '#601DD1'

red 96 ◦ green 29 ◦ blue 209

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

Shades of Purple Heart #601DD1

Tints of Purple Heart #601DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 62.57%

R = 28.74%
G = 8.68%
B = 62.57%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#601DD1 (or 0x601DD1) is known color: Purple Heart. HEX triplet: 60, 1D and D1. RGB value is (96,29,209). Sum of RGB (Red+Green+Blue) = 96+29+209=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 209 (82.03% from 255 or 62.57% from 334); Max value from RGB is 209 - color contains mainly: blue. Hex color #601DD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601DD1 is #9FE22E. Grayscale: #444444. Windows color (decimal): -10478127 or 13704544. OLE color: 13704544.

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

Color convert

RGB 96 29 209 -
CMYK 0.54 0.86 0 0.18
HSL 262.33º 0.76% 0.47% -
HSV(B) 262.33º 0.86% 0.82% -
XYZ 16.77 7.97 60.98 -
YUV 69.55 206.7 146.86 -
System Red Green Blue C M Y K H S L
Decimal 96 29 209 0.54 0.86 0 0.18 262.33 0.76 0.47
Hex 60 1D D1 36 56 0 12 106 4C 2F
Octal 140 35 321 66 126 0 22 406 114 57
Binary 1100000 11101 11010001 110110 1010110 0 10010 100000110 1001100 101111

Color Harmonies of #601DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601DD1

Black with #601DD1

Text Example


Text Example

White with #601DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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