Html Css Color HEX #5E3BC7 Purple Heart

📋 copy color: '#5E3BC7'

red 94 ◦ green 59 ◦ blue 199

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

Shades of Purple Heart #5E3BC7

Tints of Purple Heart #5E3BC7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.76%

 BLUE value IS 199 (78.13% from 255) = 56.53%

R = 26.7%
G = 16.76%
B = 56.53%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5E3BC7 (or 0x5E3BC7) is known color: Purple Heart. HEX triplet: 5E, 3B and C7. RGB value is (94,59,199). Sum of RGB (Red+Green+Blue) = 94+59+199=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 199 (78.12% from 255 or 56.53% from 352); Max value from RGB is 199 - color contains mainly: blue. Hex color #5E3BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3BC7 is #A1C438. Grayscale: #545454. Windows color (decimal): -10601529 or 13056862. OLE color: 13056862.

HSL color Cylindrical-coordinate representation of color #5E3BC7: hue angle of 255º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E3BC7 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 94 59 199 -
CMYK 0.53 0.70 0 0.22
HSL 255º 0.56% 0.51% -
HSV(B) 255º 0.7% 0.78% -
XYZ 16.49 9.63 55.02 -
YUV 85.43 192.1 134.12 -
System Red Green Blue C M Y K H S L
Decimal 94 59 199 0.53 0.70 0 0.22 255 0.56 0.51
Hex 5E 3B C7 35 46 0 16 FF 38 33
Octal 136 73 307 65 106 0 26 377 70 63
Binary 1011110 111011 11000111 110101 1000110 0 10110 11111111 111000 110011

Color Harmonies of #5E3BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3BC7

Black with #5E3BC7

Text Example


Text Example

White with #5E3BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,59,199); }

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

background-color css

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

 a { background-color: rgb(94,59,199); }

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

border-color css

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

 span { border-color: rgb(94,59,199); }

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