Html Css Color HEX #4B34BA Purple Heart

📋 copy color: '#4B34BA'

red 75 ◦ green 52 ◦ blue 186

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

Shades of Purple Heart #4B34BA

Tints of Purple Heart #4B34BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

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

R = 23.96%
G = 16.61%
B = 59.42%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B34BA (or 0x4B34BA) is known color: Purple Heart. HEX triplet: 4B, 34 and BA. RGB value is (75,52,186). Sum of RGB (Red+Green+Blue) = 75+52+186=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B34BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B34BA is #B4CB45. Grayscale: #494949. Windows color (decimal): -11848518 or 12203083. OLE color: 12203083.

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

Color convert

RGB 75 52 186 -
CMYK 0.60 0.72 0 0.27
HSL 250.3º 0.56% 0.47% -
HSV(B) 250.3º 0.72% 0.73% -
XYZ 12.99 7.5 47.22 -
YUV 74.15 191.12 128.6 -
System Red Green Blue C M Y K H S L
Decimal 75 52 186 0.60 0.72 0 0.27 250.3 0.56 0.47
Hex 4B 34 BA 3C 48 0 1B FA 38 2F
Octal 113 64 272 74 110 0 33 372 70 57
Binary 1001011 110100 10111010 111100 1001000 0 11011 11111010 111000 101111

Color Harmonies of #4B34BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B34BA

Black with #4B34BA

Text Example


Text Example

White with #4B34BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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