Html Css Color HEX #5E06B4 Purple Heart

📋 copy color: '#5E06B4'

red 94 ◦ green 6 ◦ blue 180

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

Shades of Purple Heart #5E06B4

Tints of Purple Heart #5E06B4

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

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

R = 33.57%
G = 2.14%
B = 64.29%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5E06B4 (or 0x5E06B4) is known color: Purple Heart. HEX triplet: 5E, 06 and B4. RGB value is (94,6,180). Sum of RGB (Red+Green+Blue) = 94+6+180=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 180 (70.70% from 255 or 64.29% from 280); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E06B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E06B4 is #A1F94B. Grayscale: #333333. Windows color (decimal): -10615116 or 11798110. OLE color: 11798110.

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

Color convert

RGB 94 6 180 -
CMYK 0.48 0.97 0 0.29
HSL 270.34º 0.94% 0.36% -
HSV(B) 270.34º 0.97% 0.71% -
XYZ 12.92 5.81 43.62 -
YUV 52.15 200.15 157.85 -
System Red Green Blue C M Y K H S L
Decimal 94 6 180 0.48 0.97 0 0.29 270.34 0.94 0.36
Hex 5E 6 B4 30 61 0 1D 10E 5E 24
Octal 136 6 264 60 141 0 35 416 136 44
Binary 1011110 110 10110100 110000 1100001 0 11101 100001110 1011110 100100

Color Harmonies of #5E06B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E06B4

Black with #5E06B4

Text Example


Text Example

White with #5E06B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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