Html Css Color HEX #601BBA Purple Heart

📋 copy color: '#601BBA'

red 96 ◦ green 27 ◦ blue 186

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

Shades of Purple Heart #601BBA

Tints of Purple Heart #601BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.19%

R = 31.07%
G = 8.74%
B = 60.19%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#601BBA (or 0x601BBA) is known color: Purple Heart. HEX triplet: 60, 1B and BA. RGB value is (96,27,186). Sum of RGB (Red+Green+Blue) = 96+27+186=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #601BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601BBA is #9FE445. Grayscale: #414141. Windows color (decimal): -10478662 or 12196704. OLE color: 12196704.

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

Color convert

RGB 96 27 186 -
CMYK 0.48 0.85 0 0.27
HSL 266.04º 0.75% 0.42% -
HSV(B) 266.04º 0.85% 0.73% -
XYZ 14.08 6.82 47.03 -
YUV 65.76 195.86 149.57 -
System Red Green Blue C M Y K H S L
Decimal 96 27 186 0.48 0.85 0 0.27 266.04 0.75 0.42
Hex 60 1B BA 30 55 0 1B 10A 4B 2A
Octal 140 33 272 60 125 0 33 412 113 52
Binary 1100000 11011 10111010 110000 1010101 0 11011 100001010 1001011 101010

Color Harmonies of #601BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601BBA

Black with #601BBA

Text Example


Text Example

White with #601BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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