Html Css Color HEX #4E01B6 Purple Heart

📋 copy color: '#4E01B6'

red 78 ◦ green 1 ◦ blue 182

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

Shades of Purple Heart #4E01B6

Tints of Purple Heart #4E01B6

RGB

 RED value IS 78 (30.86% from 255) = 29.89%

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 182 (71.48% from 255) = 69.73%

R = 29.89%
G = 0.38%
B = 69.73%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4E01B6 (or 0x4E01B6) is known color: Purple Heart. HEX triplet: 4E, 01 and B6. RGB value is (78,1,182). Sum of RGB (Red+Green+Blue) = 78+1+182=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 182 (71.48% from 255 or 69.73% from 261); Max value from RGB is 182 - color contains mainly: blue. Hex color #4E01B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E01B6 is #B1FE49. Grayscale: #2C2C2C. Windows color (decimal): -11664970 or 11927886. OLE color: 11927886.

HSL color Cylindrical-coordinate representation of color #4E01B6: hue angle of 265.52º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E01B6 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 78 1 182 -
CMYK 0.57 0.99 0 0.29
HSL 265.52º 0.99% 0.36% -
HSV(B) 265.52º 0.99% 0.71% -
XYZ 11.6 5.02 44.61 -
YUV 44.66 205.51 151.78 -
System Red Green Blue C M Y K H S L
Decimal 78 1 182 0.57 0.99 0 0.29 265.52 0.99 0.36
Hex 4E 1 B6 39 63 0 1D 10A 63 24
Octal 116 1 266 71 143 0 35 412 143 44
Binary 1001110 1 10110110 111001 1100011 0 11101 100001010 1100011 100100

Color Harmonies of #4E01B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E01B6

Black with #4E01B6

Text Example


Text Example

White with #4E01B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E01B6; }

 p { color: rgb(78,1,182); }

 H1.HeaderClassName
 {
   color: #4E01B6;
 }
 .AnyTagClassName
 {
   color: #4E01B6;
 }
</style>

background-color css

<style>
 a { background-color: #4E01B6; }

 a { background-color: rgb(78,1,182); }

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

border-color css

<style>
 span { border-color: #4E01B6; }

 span { border-color: rgb(78,1,182); }

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