Html Css Color HEX #601FDB Purple Heart

📋 copy color: '#601FDB'

red 96 ◦ green 31 ◦ blue 219

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

Shades of Purple Heart #601FDB

Tints of Purple Heart #601FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.96%

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

R = 27.75%
G = 8.96%
B = 63.29%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#601FDB (or 0x601FDB) is known color: Purple Heart. HEX triplet: 60, 1F and DB. RGB value is (96,31,219). Sum of RGB (Red+Green+Blue) = 96+31+219=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #601FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601FDB is #9FE024. Grayscale: #474747. Windows color (decimal): -10477605 or 14360416. OLE color: 14360416.

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

Color convert

RGB 96 31 219 -
CMYK 0.56 0.86 0 0.14
HSL 260.74º 0.75% 0.49% -
HSV(B) 260.74º 0.86% 0.86% -
XYZ 18.1 8.58 67.72 -
YUV 71.87 211.03 145.21 -
System Red Green Blue C M Y K H S L
Decimal 96 31 219 0.56 0.86 0 0.14 260.74 0.75 0.49
Hex 60 1F DB 38 56 0 E 105 4B 31
Octal 140 37 333 70 126 0 16 405 113 61
Binary 1100000 11111 11011011 111000 1010110 0 1110 100000101 1001011 110001

Color Harmonies of #601FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601FDB

Black with #601FDB

Text Example


Text Example

White with #601FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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