Html Css Color HEX #5E33B4 Purple Heart

📋 copy color: '#5E33B4'

red 94 ◦ green 51 ◦ blue 180

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

Shades of Purple Heart #5E33B4

Tints of Purple Heart #5E33B4

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

 BLUE value IS 180 (70.7% from 255) = 55.38%

R = 28.92%
G = 15.69%
B = 55.38%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5E33B4 (or 0x5E33B4) is known color: Purple Heart. HEX triplet: 5E, 33 and B4. RGB value is (94,51,180). Sum of RGB (Red+Green+Blue) = 94+51+180=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E33B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E33B4 is #A1CC4B. Grayscale: #4E4E4E. Windows color (decimal): -10603596 or 11809630. OLE color: 11809630.

HSL color Cylindrical-coordinate representation of color #5E33B4: hue angle of 260º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E33B4 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 94 51 180 -
CMYK 0.48 0.72 0 0.29
HSL 260º 0.56% 0.45% -
HSV(B) 260º 0.72% 0.71% -
XYZ 14.04 8.04 43.99 -
YUV 78.56 185.25 139.01 -
System Red Green Blue C M Y K H S L
Decimal 94 51 180 0.48 0.72 0 0.29 260 0.56 0.45
Hex 5E 33 B4 30 48 0 1D 104 38 2D
Octal 136 63 264 60 110 0 35 404 70 55
Binary 1011110 110011 10110100 110000 1001000 0 11101 100000100 111000 101101

Color Harmonies of #5E33B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E33B4

Black with #5E33B4

Text Example


Text Example

White with #5E33B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,51,180); }

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

background-color css

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

 a { background-color: rgb(94,51,180); }

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

border-color css

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

 span { border-color: rgb(94,51,180); }

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