Html Css Color HEX #5E0BCA Purple Heart

📋 copy color: '#5E0BCA'

red 94 ◦ green 11 ◦ blue 202

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

Shades of Purple Heart #5E0BCA

Tints of Purple Heart #5E0BCA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.58%

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

R = 30.62%
G = 3.58%
B = 65.8%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E0BCA (or 0x5E0BCA) is known color: Purple Heart. HEX triplet: 5E, 0B and CA. RGB value is (94,11,202). Sum of RGB (Red+Green+Blue) = 94+11+202=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E0BCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0BCA is #A1F435. Grayscale: #383838. Windows color (decimal): -10613814 or 13241182. OLE color: 13241182.

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

Color convert

RGB 94 11 202 -
CMYK 0.53 0.95 0 0.21
HSL 266.07º 0.9% 0.42% -
HSV(B) 266.07º 0.95% 0.79% -
XYZ 15.4 6.88 56.39 -
YUV 57.59 209.5 153.97 -
System Red Green Blue C M Y K H S L
Decimal 94 11 202 0.53 0.95 0 0.21 266.07 0.9 0.42
Hex 5E B CA 35 5F 0 15 10A 5A 2A
Octal 136 13 312 65 137 0 25 412 132 52
Binary 1011110 1011 11001010 110101 1011111 0 10101 100001010 1011010 101010

Color Harmonies of #5E0BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0BCA

Black with #5E0BCA

Text Example


Text Example

White with #5E0BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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