Html Css Color HEX #5B05C0 Purple Heart

📋 copy color: '#5B05C0'

red 91 ◦ green 5 ◦ blue 192

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

Shades of Purple Heart #5B05C0

Tints of Purple Heart #5B05C0

RGB

 RED value IS 91 (35.94% from 255) = 31.6%

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 192 (75.39% from 255) = 66.67%

R = 31.6%
G = 1.74%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5B05C0 (or 0x5B05C0) is known color: Purple Heart. HEX triplet: 5B, 05 and C0. RGB value is (91,5,192). Sum of RGB (Red+Green+Blue) = 91+5+192=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 192 (75.39% from 255 or 66.67% from 288); Max value from RGB is 192 - color contains mainly: blue. Hex color #5B05C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B05C0 is #A4FA3F. Grayscale: #333333. Windows color (decimal): -10811968 or 12584283. OLE color: 12584283.

HSL color Cylindrical-coordinate representation of color #5B05C0: hue angle of 267.59º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B05C0 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 5 192 -
CMYK 0.53 0.97 0 0.25
HSL 267.59º 0.95% 0.39% -
HSV(B) 267.59º 0.97% 0.75% -
XYZ 13.88 6.14 50.32 -
YUV 52.03 206.99 155.79 -
System Red Green Blue C M Y K H S L
Decimal 91 5 192 0.53 0.97 0 0.25 267.59 0.95 0.39
Hex 5B 5 C0 35 61 0 19 10C 5F 27
Octal 133 5 300 65 141 0 31 414 137 47
Binary 1011011 101 11000000 110101 1100001 0 11001 100001100 1011111 100111

Color Harmonies of #5B05C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B05C0

Black with #5B05C0

Text Example


Text Example

White with #5B05C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B05C0; }

 p { color: rgb(91,5,192); }

 H1.HeaderClassName
 {
   color: #5B05C0;
 }
 .AnyTagClassName
 {
   color: #5B05C0;
 }
</style>

background-color css

<style>
 a { background-color: #5B05C0; }

 a { background-color: rgb(91,5,192); }

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

border-color css

<style>
 span { border-color: #5B05C0; }

 span { border-color: rgb(91,5,192); }

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