Html Css Color HEX #5E2BCA Purple Heart

📋 copy color: '#5E2BCA'

red 94 ◦ green 43 ◦ blue 202

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

Shades of Purple Heart #5E2BCA

Tints of Purple Heart #5E2BCA

RGB

 RED value IS 94 (37.11% from 255) = 27.73%

 GREEN value IS 43 (17.19% from 255) = 12.68%

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

R = 27.73%
G = 12.68%
B = 59.59%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E2BCA (or 0x5E2BCA) is known color: Purple Heart. HEX triplet: 5E, 2B and CA. RGB value is (94,43,202). Sum of RGB (Red+Green+Blue) = 94+43+202=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E2BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2BCA is #A1D435. Grayscale: #4B4B4B. Windows color (decimal): -10605622 or 13249374. OLE color: 13249374.

HSL color Cylindrical-coordinate representation of color #5E2BCA: hue angle of 259.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E2BCA is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 43 202 -
CMYK 0.53 0.79 0 0.21
HSL 259.25º 0.65% 0.48% -
HSV(B) 259.25º 0.79% 0.79% -
XYZ 16.14 8.37 56.64 -
YUV 76.38 198.9 140.57 -
System Red Green Blue C M Y K H S L
Decimal 94 43 202 0.53 0.79 0 0.21 259.25 0.65 0.48
Hex 5E 2B CA 35 4F 0 15 103 41 30
Octal 136 53 312 65 117 0 25 403 101 60
Binary 1011110 101011 11001010 110101 1001111 0 10101 100000011 1000001 110000

Color Harmonies of #5E2BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2BCA

Black with #5E2BCA

Text Example


Text Example

White with #5E2BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,43,202); }

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

background-color css

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

 a { background-color: rgb(94,43,202); }

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

border-color css

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

 span { border-color: rgb(94,43,202); }

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