Html Css Color HEX #601DDB Purple Heart

📋 copy color: '#601DDB'

red 96 ◦ green 29 ◦ blue 219

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

Shades of Purple Heart #601DDB

Tints of Purple Heart #601DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.66%

R = 27.91%
G = 8.43%
B = 63.66%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#601DDB (or 0x601DDB) is known color: Purple Heart. HEX triplet: 60, 1D and DB. RGB value is (96,29,219). Sum of RGB (Red+Green+Blue) = 96+29+219=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #601DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601DDB is #9FE224. Grayscale: #464646. Windows color (decimal): -10478117 or 14359904. OLE color: 14359904.

HSL color Cylindrical-coordinate representation of color #601DDB: hue angle of 261.16º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601DDB is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 29 219 -
CMYK 0.56 0.87 0 0.14
HSL 261.16º 0.77% 0.49% -
HSV(B) 261.16º 0.87% 0.86% -
XYZ 18.05 8.48 67.7 -
YUV 70.69 211.7 146.05 -
System Red Green Blue C M Y K H S L
Decimal 96 29 219 0.56 0.87 0 0.14 261.16 0.77 0.49
Hex 60 1D DB 38 57 0 E 105 4D 31
Octal 140 35 333 70 127 0 16 405 115 61
Binary 1100000 11101 11011011 111000 1010111 0 1110 100000101 1001101 110001

Color Harmonies of #601DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601DDB

Black with #601DDB

Text Example


Text Example

White with #601DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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