Html Css Color HEX #5E22BC Purple Heart

📋 copy color: '#5E22BC'

red 94 ◦ green 34 ◦ blue 188

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

Shades of Purple Heart #5E22BC

Tints of Purple Heart #5E22BC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.76%

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

R = 29.75%
G = 10.76%
B = 59.49%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E22BC (or 0x5E22BC) is known color: Purple Heart. HEX triplet: 5E, 22 and BC. RGB value is (94,34,188). Sum of RGB (Red+Green+Blue) = 94+34+188=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E22BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E22BC is #A1DD43. Grayscale: #444444. Windows color (decimal): -10607940 or 12329566. OLE color: 12329566.

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

Color convert

RGB 94 34 188 -
CMYK 0.50 0.82 0 0.26
HSL 263.38º 0.69% 0.44% -
HSV(B) 263.38º 0.82% 0.74% -
XYZ 14.27 7.15 48.21 -
YUV 69.5 194.88 145.48 -
System Red Green Blue C M Y K H S L
Decimal 94 34 188 0.50 0.82 0 0.26 263.38 0.69 0.44
Hex 5E 22 BC 32 52 0 1A 107 45 2C
Octal 136 42 274 62 122 0 32 407 105 54
Binary 1011110 100010 10111100 110010 1010010 0 11010 100000111 1000101 101100

Color Harmonies of #5E22BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E22BC

Black with #5E22BC

Text Example


Text Example

White with #5E22BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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