Html Css Color HEX #5E08AC Purple Heart

📋 copy color: '#5E08AC'

red 94 ◦ green 8 ◦ blue 172

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

Shades of Purple Heart #5E08AC

Tints of Purple Heart #5E08AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.92%

 BLUE value IS 172 (67.58% from 255) = 62.77%

R = 34.31%
G = 2.92%
B = 62.77%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E08AC (or 0x5E08AC) is known color: Purple Heart. HEX triplet: 5E, 08 and AC. RGB value is (94,8,172). Sum of RGB (Red+Green+Blue) = 94+8+172=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E08AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E08AC is #A1F753. Grayscale: #333333. Windows color (decimal): -10614612 or 11274334. OLE color: 11274334.

HSL color Cylindrical-coordinate representation of color #5E08AC: hue angle of 271.46º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E08AC is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 8 172 -
CMYK 0.45 0.95 0 0.33
HSL 271.46º 0.91% 0.35% -
HSV(B) 271.46º 0.95% 0.67% -
XYZ 12.15 5.53 39.46 -
YUV 52.41 195.49 157.66 -
System Red Green Blue C M Y K H S L
Decimal 94 8 172 0.45 0.95 0 0.33 271.46 0.91 0.35
Hex 5E 8 AC 2D 5F 0 21 10F 5B 23
Octal 136 10 254 55 137 0 41 417 133 43
Binary 1011110 1000 10101100 101101 1011111 0 100001 100001111 1011011 100011

Color Harmonies of #5E08AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E08AC

Black with #5E08AC

Text Example


Text Example

White with #5E08AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,8,172); }

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

background-color css

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

 a { background-color: rgb(94,8,172); }

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

border-color css

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

 span { border-color: rgb(94,8,172); }

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