Html Css Color HEX #5B23CA Purple Heart

📋 copy color: '#5B23CA'

red 91 ◦ green 35 ◦ blue 202

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

Shades of Purple Heart #5B23CA

Tints of Purple Heart #5B23CA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.67%

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

R = 27.74%
G = 10.67%
B = 61.59%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B23CA (or 0x5B23CA) is known color: Purple Heart. HEX triplet: 5B, 23 and CA. RGB value is (91,35,202). Sum of RGB (Red+Green+Blue) = 91+35+202=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B23CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B23CA is #A4DC35. Grayscale: #464646. Windows color (decimal): -10804278 or 13247323. OLE color: 13247323.

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

Color convert

RGB 91 35 202 -
CMYK 0.55 0.83 0 0.21
HSL 260.12º 0.7% 0.46% -
HSV(B) 260.12º 0.83% 0.79% -
XYZ 15.58 7.69 56.54 -
YUV 70.78 202.05 142.42 -
System Red Green Blue C M Y K H S L
Decimal 91 35 202 0.55 0.83 0 0.21 260.12 0.7 0.46
Hex 5B 23 CA 37 53 0 15 104 46 2E
Octal 133 43 312 67 123 0 25 404 106 56
Binary 1011011 100011 11001010 110111 1010011 0 10101 100000100 1000110 101110

Color Harmonies of #5B23CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B23CA

Black with #5B23CA

Text Example


Text Example

White with #5B23CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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