Html Css Color HEX #5B40CA Purple Heart

📋 copy color: '#5B40CA'

red 91 ◦ green 64 ◦ blue 202

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

Shades of Purple Heart #5B40CA

Tints of Purple Heart #5B40CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

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

R = 25.49%
G = 17.93%
B = 56.58%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B40CA (or 0x5B40CA) is known color: Purple Heart. HEX triplet: 5B, 40 and CA. RGB value is (91,64,202). Sum of RGB (Red+Green+Blue) = 91+64+202=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B40CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B40CA is #A4BF35. Grayscale: #575757. Windows color (decimal): -10796854 or 13254747. OLE color: 13254747.

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

Color convert

RGB 91 64 202 -
CMYK 0.55 0.68 0 0.21
HSL 251.74º 0.57% 0.52% -
HSV(B) 251.74º 0.68% 0.79% -
XYZ 16.81 10.16 56.95 -
YUV 87.81 192.45 130.28 -
System Red Green Blue C M Y K H S L
Decimal 91 64 202 0.55 0.68 0 0.21 251.74 0.57 0.52
Hex 5B 40 CA 37 44 0 15 FC 39 34
Octal 133 100 312 67 104 0 25 374 71 64
Binary 1011011 1000000 11001010 110111 1000100 0 10101 11111100 111001 110100

Color Harmonies of #5B40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B40CA

Black with #5B40CA

Text Example


Text Example

White with #5B40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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