Html Css Color HEX #5B05CA Purple Heart

📋 copy color: '#5B05CA'

red 91 ◦ green 5 ◦ blue 202

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

Shades of Purple Heart #5B05CA

Tints of Purple Heart #5B05CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 67.79%

R = 30.54%
G = 1.68%
B = 67.79%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B05CA (or 0x5B05CA) is known color: Purple Heart. HEX triplet: 5B, 05 and CA. RGB value is (91,5,202). Sum of RGB (Red+Green+Blue) = 91+5+202=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 202 (79.30% from 255 or 67.79% from 298); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B05CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B05CA is #A4FA35. Grayscale: #343434. Windows color (decimal): -10811958 or 13239643. OLE color: 13239643.

HSL color Cylindrical-coordinate representation of color #5B05CA: hue angle of 266.19º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B05CA is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 5 202 -
CMYK 0.55 0.98 0 0.21
HSL 266.19º 0.95% 0.41% -
HSV(B) 266.19º 0.98% 0.79% -
XYZ 15.03 6.6 56.36 -
YUV 53.17 211.99 154.98 -
System Red Green Blue C M Y K H S L
Decimal 91 5 202 0.55 0.98 0 0.21 266.19 0.95 0.41
Hex 5B 5 CA 37 62 0 15 10A 5F 29
Octal 133 5 312 67 142 0 25 412 137 51
Binary 1011011 101 11001010 110111 1100010 0 10101 100001010 1011111 101001

Color Harmonies of #5B05CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B05CA

Black with #5B05CA

Text Example


Text Example

White with #5B05CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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