Html Css Color HEX #601CB8 Purple Heart

📋 copy color: '#601CB8'

red 96 ◦ green 28 ◦ blue 184

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

Shades of Purple Heart #601CB8

Tints of Purple Heart #601CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 59.74%

R = 31.17%
G = 9.09%
B = 59.74%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#601CB8 (or 0x601CB8) is known color: Purple Heart. HEX triplet: 60, 1C and B8. RGB value is (96,28,184). Sum of RGB (Red+Green+Blue) = 96+28+184=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 184 (72.27% from 255 or 59.74% from 308); Max value from RGB is 184 - color contains mainly: blue. Hex color #601CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601CB8 is #9FE347. Grayscale: #414141. Windows color (decimal): -10478408 or 12065888. OLE color: 12065888.

HSL color Cylindrical-coordinate representation of color #601CB8: hue angle of 266.15º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601CB8 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 96 28 184 -
CMYK 0.48 0.85 0 0.28
HSL 266.15º 0.74% 0.42% -
HSV(B) 266.15º 0.85% 0.72% -
XYZ 13.89 6.78 45.92 -
YUV 66.12 194.53 149.32 -
System Red Green Blue C M Y K H S L
Decimal 96 28 184 0.48 0.85 0 0.28 266.15 0.74 0.42
Hex 60 1C B8 30 55 0 1C 10A 4A 2A
Octal 140 34 270 60 125 0 34 412 112 52
Binary 1100000 11100 10111000 110000 1010101 0 11100 100001010 1001010 101010

Color Harmonies of #601CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601CB8

Black with #601CB8

Text Example


Text Example

White with #601CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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