Html Css Color HEX #5B19CA Purple Heart

📋 copy color: '#5B19CA'

red 91 ◦ green 25 ◦ blue 202

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

Shades of Purple Heart #5B19CA

Tints of Purple Heart #5B19CA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.86%

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

R = 28.62%
G = 7.86%
B = 63.52%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B19CA (or 0x5B19CA) is known color: Purple Heart. HEX triplet: 5B, 19 and CA. RGB value is (91,25,202). Sum of RGB (Red+Green+Blue) = 91+25+202=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B19CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B19CA is #A4E635. Grayscale: #404040. Windows color (decimal): -10806838 or 13244763. OLE color: 13244763.

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

Color convert

RGB 91 25 202 -
CMYK 0.55 0.88 0 0.21
HSL 262.37º 0.78% 0.45% -
HSV(B) 262.37º 0.88% 0.79% -
XYZ 15.32 7.18 56.46 -
YUV 64.91 205.37 146.61 -
System Red Green Blue C M Y K H S L
Decimal 91 25 202 0.55 0.88 0 0.21 262.37 0.78 0.45
Hex 5B 19 CA 37 58 0 15 106 4E 2D
Octal 133 31 312 67 130 0 25 406 116 55
Binary 1011011 11001 11001010 110111 1011000 0 10101 100000110 1001110 101101

Color Harmonies of #5B19CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B19CA

Black with #5B19CA

Text Example


Text Example

White with #5B19CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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