Html Css Color HEX #5B17CA Purple Heart

📋 copy color: '#5B17CA'

red 91 ◦ green 23 ◦ blue 202

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

Shades of Purple Heart #5B17CA

Tints of Purple Heart #5B17CA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.28%

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

R = 28.8%
G = 7.28%
B = 63.92%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B17CA (or 0x5B17CA) is known color: Purple Heart. HEX triplet: 5B, 17 and CA. RGB value is (91,23,202). Sum of RGB (Red+Green+Blue) = 91+23+202=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B17CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B17CA is #A4E835. Grayscale: #3F3F3F. Windows color (decimal): -10807350 or 13244251. OLE color: 13244251.

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

Color convert

RGB 91 23 202 -
CMYK 0.55 0.89 0 0.21
HSL 262.79º 0.8% 0.44% -
HSV(B) 262.79º 0.89% 0.79% -
XYZ 15.28 7.1 56.44 -
YUV 63.74 206.03 147.45 -
System Red Green Blue C M Y K H S L
Decimal 91 23 202 0.55 0.89 0 0.21 262.79 0.8 0.44
Hex 5B 17 CA 37 59 0 15 107 50 2C
Octal 133 27 312 67 131 0 25 407 120 54
Binary 1011011 10111 11001010 110111 1011001 0 10101 100000111 1010000 101100

Color Harmonies of #5B17CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B17CA

Black with #5B17CA

Text Example


Text Example

White with #5B17CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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