Html Css Color HEX #5E0ACB Purple Heart

📋 copy color: '#5E0ACB'

red 94 ◦ green 10 ◦ blue 203

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

Shades of Purple Heart #5E0ACB

Tints of Purple Heart #5E0ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.26%

 BLUE value IS 203 (79.69% from 255) = 66.12%

R = 30.62%
G = 3.26%
B = 66.12%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E0ACB (or 0x5E0ACB) is known color: Purple Heart. HEX triplet: 5E, 0A and CB. RGB value is (94,10,203). Sum of RGB (Red+Green+Blue) = 94+10+203=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E0ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0ACB is #A1F534. Grayscale: #383838. Windows color (decimal): -10614069 or 13306462. OLE color: 13306462.

HSL color Cylindrical-coordinate representation of color #5E0ACB: hue angle of 266.11º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0ACB is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 10 203 -
CMYK 0.54 0.95 0 0.20
HSL 266.11º 0.91% 0.42% -
HSV(B) 266.11º 0.95% 0.8% -
XYZ 15.5 6.91 57.02 -
YUV 57.12 210.33 154.31 -
System Red Green Blue C M Y K H S L
Decimal 94 10 203 0.54 0.95 0 0.20 266.11 0.91 0.42
Hex 5E A CB 36 5F 0 14 10A 5B 2A
Octal 136 12 313 66 137 0 24 412 133 52
Binary 1011110 1010 11001011 110110 1011111 0 10100 100001010 1011011 101010

Color Harmonies of #5E0ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0ACB

Black with #5E0ACB

Text Example


Text Example

White with #5E0ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,10,203); }

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

background-color css

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

 a { background-color: rgb(94,10,203); }

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

border-color css

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

 span { border-color: rgb(94,10,203); }

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