Html Css Color HEX #4E1BCF Purple Heart

📋 copy color: '#4E1BCF'

red 78 ◦ green 27 ◦ blue 207

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

Shades of Purple Heart #4E1BCF

Tints of Purple Heart #4E1BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.65%

 BLUE value IS 207 (81.25% from 255) = 66.35%

R = 25%
G = 8.65%
B = 66.35%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E1BCF (or 0x4E1BCF) is known color: Purple Heart. HEX triplet: 4E, 1B and CF. RGB value is (78,27,207). Sum of RGB (Red+Green+Blue) = 78+27+207=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E1BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1BCF is #B1E430. Grayscale: #3E3E3E. Windows color (decimal): -11658289 or 13572942. OLE color: 13572942.

HSL color Cylindrical-coordinate representation of color #4E1BCF: hue angle of 257º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E1BCF is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 27 207 -
CMYK 0.62 0.87 0 0.19
HSL 257º 0.77% 0.46% -
HSV(B) 257º 0.87% 0.81% -
XYZ 14.8 6.91 59.59 -
YUV 62.77 209.4 138.86 -
System Red Green Blue C M Y K H S L
Decimal 78 27 207 0.62 0.87 0 0.19 257 0.77 0.46
Hex 4E 1B CF 3E 57 0 13 101 4D 2E
Octal 116 33 317 76 127 0 23 401 115 56
Binary 1001110 11011 11001111 111110 1010111 0 10011 100000001 1001101 101110

Color Harmonies of #4E1BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1BCF

Black with #4E1BCF

Text Example


Text Example

White with #4E1BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,27,207); }

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

background-color css

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

 a { background-color: rgb(78,27,207); }

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

border-color css

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

 span { border-color: rgb(78,27,207); }

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