Html Css Color HEX #601CDB Purple Heart

📋 copy color: '#601CDB'

red 96 ◦ green 28 ◦ blue 219

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

Shades of Purple Heart #601CDB

Tints of Purple Heart #601CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.16%

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

R = 27.99%
G = 8.16%
B = 63.85%

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

#601CDB (or 0x601CDB) is known color: Purple Heart. HEX triplet: 60, 1C and DB. RGB value is (96,28,219). Sum of RGB (Red+Green+Blue) = 96+28+219=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #601CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601CDB is #9FE324. Grayscale: #454545. Windows color (decimal): -10478373 or 14359648. OLE color: 14359648.

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

Color convert

RGB 96 28 219 -
CMYK 0.56 0.87 0 0.14
HSL 261.36º 0.77% 0.48% -
HSV(B) 261.36º 0.87% 0.86% -
XYZ 18.03 8.43 67.7 -
YUV 70.11 212.03 146.47 -
System Red Green Blue C M Y K H S L
Decimal 96 28 219 0.56 0.87 0 0.14 261.36 0.77 0.48
Hex 60 1C DB 38 57 0 E 105 4D 30
Octal 140 34 333 70 127 0 16 405 115 60
Binary 1100000 11100 11011011 111000 1010111 0 1110 100000101 1001101 110000

Color Harmonies of #601CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601CDB

Black with #601CDB

Text Example


Text Example

White with #601CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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