Html Css Color HEX #4E00BD Purple Heart

📋 copy color: '#4E00BD'

red 78 ◦ green 0 ◦ blue 189

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

Shades of Purple Heart #4E00BD

Tints of Purple Heart #4E00BD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 189 (74.22% from 255) = 70.79%

R = 29.21%
G = 0%
B = 70.79%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E00BD (or 0x4E00BD) is known color: Purple Heart. HEX triplet: 4E, 00 and BD. RGB value is (78,0,189). Sum of RGB (Red+Green+Blue) = 78+0+189=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 189 (74.22% from 255 or 70.79% from 267); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E00BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E00BD is #B1FF42. Grayscale: #2C2C2C. Windows color (decimal): -11665219 or 12386382. OLE color: 12386382.

HSL color Cylindrical-coordinate representation of color #4E00BD: hue angle of 264.76º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E00BD is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 0 189 -
CMYK 0.59 1 0 0.26
HSL 264.76º 1% 0.37% -
HSV(B) 264.76º 1% 0.74% -
XYZ 12.33 5.29 48.52 -
YUV 44.87 209.34 151.63 -
System Red Green Blue C M Y K H S L
Decimal 78 0 189 0.59 1 0 0.26 264.76 1 0.37
Hex 4E 0 BD 3B 64 0 1A 109 64 25
Octal 116 0 275 73 144 0 32 411 144 45
Binary 1001110 0 10111101 111011 1100100 0 11010 100001001 1100100 100101

Color Harmonies of #4E00BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E00BD

Black with #4E00BD

Text Example


Text Example

White with #4E00BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,0,189); }

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

background-color css

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

 a { background-color: rgb(78,0,189); }

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

border-color css

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

 span { border-color: rgb(78,0,189); }

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