Html Css Color HEX #5E27BC Purple Heart

📋 copy color: '#5E27BC'

red 94 ◦ green 39 ◦ blue 188

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

Shades of Purple Heart #5E27BC

Tints of Purple Heart #5E27BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.15%

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 29.28%
G = 12.15%
B = 58.57%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E27BC (or 0x5E27BC) is known color: Purple Heart. HEX triplet: 5E, 27 and BC. RGB value is (94,39,188). Sum of RGB (Red+Green+Blue) = 94+39+188=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E27BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E27BC is #A1D843. Grayscale: #474747. Windows color (decimal): -10606660 or 12330846. OLE color: 12330846.

HSL color Cylindrical-coordinate representation of color #5E27BC: hue angle of 262.15º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E27BC is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 39 188 -
CMYK 0.50 0.79 0 0.26
HSL 262.15º 0.66% 0.45% -
HSV(B) 262.15º 0.79% 0.74% -
XYZ 14.42 7.46 48.26 -
YUV 72.43 193.22 143.38 -
System Red Green Blue C M Y K H S L
Decimal 94 39 188 0.50 0.79 0 0.26 262.15 0.66 0.45
Hex 5E 27 BC 32 4F 0 1A 106 42 2D
Octal 136 47 274 62 117 0 32 406 102 55
Binary 1011110 100111 10111100 110010 1001111 0 11010 100000110 1000010 101101

Color Harmonies of #5E27BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E27BC

Black with #5E27BC

Text Example


Text Example

White with #5E27BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,39,188); }

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

background-color css

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

 a { background-color: rgb(94,39,188); }

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

border-color css

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

 span { border-color: rgb(94,39,188); }

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