Html Css Color HEX #601DB6 Purple Heart

📋 copy color: '#601DB6'

red 96 ◦ green 29 ◦ blue 182

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

Shades of Purple Heart #601DB6

Tints of Purple Heart #601DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 59.28%

R = 31.27%
G = 9.45%
B = 59.28%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#601DB6 (or 0x601DB6) is known color: Purple Heart. HEX triplet: 60, 1D and B6. RGB value is (96,29,182). Sum of RGB (Red+Green+Blue) = 96+29+182=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 182 (71.48% from 255 or 59.28% from 307); Max value from RGB is 182 - color contains mainly: blue. Hex color #601DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601DB6 is #9FE249. Grayscale: #414141. Windows color (decimal): -10478154 or 11935072. OLE color: 11935072.

HSL color Cylindrical-coordinate representation of color #601DB6: hue angle of 266.27º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #601DB6 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 29 182 -
CMYK 0.47 0.84 0 0.29
HSL 266.27º 0.73% 0.41% -
HSV(B) 266.27º 0.84% 0.71% -
XYZ 13.71 6.74 44.84 -
YUV 66.48 193.2 149.06 -
System Red Green Blue C M Y K H S L
Decimal 96 29 182 0.47 0.84 0 0.29 266.27 0.73 0.41
Hex 60 1D B6 2F 54 0 1D 10A 49 29
Octal 140 35 266 57 124 0 35 412 111 51
Binary 1100000 11101 10110110 101111 1010100 0 11101 100001010 1001001 101001

Color Harmonies of #601DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601DB6

Black with #601DB6

Text Example


Text Example

White with #601DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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