Html Css Color HEX #4E2FBE Purple Heart

📋 copy color: '#4E2FBE'

red 78 ◦ green 47 ◦ blue 190

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

Shades of Purple Heart #4E2FBE

Tints of Purple Heart #4E2FBE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.92%

 BLUE value IS 190 (74.61% from 255) = 60.32%

R = 24.76%
G = 14.92%
B = 60.32%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E2FBE (or 0x4E2FBE) is known color: Purple Heart. HEX triplet: 4E, 2F and BE. RGB value is (78,47,190). Sum of RGB (Red+Green+Blue) = 78+47+190=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E2FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2FBE is #B1D041. Grayscale: #484848. Windows color (decimal): -11653186 or 12463950. OLE color: 12463950.

HSL color Cylindrical-coordinate representation of color #4E2FBE: hue angle of 253.01º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E2FBE is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 47 190 -
CMYK 0.59 0.75 0 0.25
HSL 253.01º 0.6% 0.46% -
HSV(B) 253.01º 0.75% 0.75% -
XYZ 13.45 7.37 49.43 -
YUV 72.57 194.27 131.87 -
System Red Green Blue C M Y K H S L
Decimal 78 47 190 0.59 0.75 0 0.25 253.01 0.6 0.46
Hex 4E 2F BE 3B 4B 0 19 FD 3C 2E
Octal 116 57 276 73 113 0 31 375 74 56
Binary 1001110 101111 10111110 111011 1001011 0 11001 11111101 111100 101110

Color Harmonies of #4E2FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2FBE

Black with #4E2FBE

Text Example


Text Example

White with #4E2FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,47,190); }

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

background-color css

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

 a { background-color: rgb(78,47,190); }

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

border-color css

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

 span { border-color: rgb(78,47,190); }

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