Html Css Color HEX #4B2EBA Purple Heart

📋 copy color: '#4B2EBA'

red 75 ◦ green 46 ◦ blue 186

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

Shades of Purple Heart #4B2EBA

Tints of Purple Heart #4B2EBA

RGB

 RED value IS 75 (29.69% from 255) = 24.43%

 GREEN value IS 46 (18.36% from 255) = 14.98%

 BLUE value IS 186 (73.05% from 255) = 60.59%

R = 24.43%
G = 14.98%
B = 60.59%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B2EBA (or 0x4B2EBA) is known color: Purple Heart. HEX triplet: 4B, 2E and BA. RGB value is (75,46,186). Sum of RGB (Red+Green+Blue) = 75+46+186=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B2EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2EBA is #B4D145. Grayscale: #464646. Windows color (decimal): -11850054 or 12201547. OLE color: 12201547.

HSL color Cylindrical-coordinate representation of color #4B2EBA: hue angle of 252.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B2EBA is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 46 186 -
CMYK 0.60 0.75 0 0.27
HSL 252.43º 0.6% 0.45% -
HSV(B) 252.43º 0.75% 0.73% -
XYZ 12.74 7 47.13 -
YUV 70.63 193.11 131.12 -
System Red Green Blue C M Y K H S L
Decimal 75 46 186 0.60 0.75 0 0.27 252.43 0.6 0.45
Hex 4B 2E BA 3C 4B 0 1B FC 3C 2D
Octal 113 56 272 74 113 0 33 374 74 55
Binary 1001011 101110 10111010 111100 1001011 0 11011 11111100 111100 101101

Color Harmonies of #4B2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2EBA

Black with #4B2EBA

Text Example


Text Example

White with #4B2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,46,186); }

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

background-color css

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

 a { background-color: rgb(75,46,186); }

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

border-color css

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

 span { border-color: rgb(75,46,186); }

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