Html Css Color HEX #5E1CB3 Purple Heart

📋 copy color: '#5E1CB3'

red 94 ◦ green 28 ◦ blue 179

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

Shades of Purple Heart #5E1CB3

Tints of Purple Heart #5E1CB3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.3%

 BLUE value IS 179 (70.31% from 255) = 59.47%

R = 31.23%
G = 9.3%
B = 59.47%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5E1CB3 (or 0x5E1CB3) is known color: Purple Heart. HEX triplet: 5E, 1C and B3. RGB value is (94,28,179). Sum of RGB (Red+Green+Blue) = 94+28+179=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 179 (70.31% from 255 or 59.47% from 301); Max value from RGB is 179 - color contains mainly: blue. Hex color #5E1CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1CB3 is #A1E34C. Grayscale: #404040. Windows color (decimal): -10609485 or 11738206. OLE color: 11738206.

HSL color Cylindrical-coordinate representation of color #5E1CB3: hue angle of 266.23º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E1CB3 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 94 28 179 -
CMYK 0.47 0.84 0 0.30
HSL 266.23º 0.73% 0.41% -
HSV(B) 266.23º 0.84% 0.7% -
XYZ 13.17 6.46 43.2 -
YUV 64.95 192.37 148.72 -
System Red Green Blue C M Y K H S L
Decimal 94 28 179 0.47 0.84 0 0.30 266.23 0.73 0.41
Hex 5E 1C B3 2F 54 0 1E 10A 49 29
Octal 136 34 263 57 124 0 36 412 111 51
Binary 1011110 11100 10110011 101111 1010100 0 11110 100001010 1001001 101001

Color Harmonies of #5E1CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1CB3

Black with #5E1CB3

Text Example


Text Example

White with #5E1CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,28,179); }

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

background-color css

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

 a { background-color: rgb(94,28,179); }

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

border-color css

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

 span { border-color: rgb(94,28,179); }

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