Html Css Color HEX #601BDB Purple Heart

📋 copy color: '#601BDB'

red 96 ◦ green 27 ◦ blue 219

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

Shades of Purple Heart #601BDB

Tints of Purple Heart #601BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.89%

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

R = 28.07%
G = 7.89%
B = 64.04%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#601BDB (or 0x601BDB) is known color: Purple Heart. HEX triplet: 60, 1B and DB. RGB value is (96,27,219). Sum of RGB (Red+Green+Blue) = 96+27+219=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #601BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601BDB is #9FE424. Grayscale: #444444. Windows color (decimal): -10478629 or 14359392. OLE color: 14359392.

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

Color convert

RGB 96 27 219 -
CMYK 0.56 0.88 0 0.14
HSL 261.56º 0.78% 0.48% -
HSV(B) 261.56º 0.88% 0.86% -
XYZ 18 8.39 67.69 -
YUV 69.52 212.36 146.89 -
System Red Green Blue C M Y K H S L
Decimal 96 27 219 0.56 0.88 0 0.14 261.56 0.78 0.48
Hex 60 1B DB 38 58 0 E 106 4E 30
Octal 140 33 333 70 130 0 16 406 116 60
Binary 1100000 11011 11011011 111000 1011000 0 1110 100000110 1001110 110000

Color Harmonies of #601BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601BDB

Black with #601BDB

Text Example


Text Example

White with #601BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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