Html Css Color HEX #4B3BBA Purple Heart

📋 copy color: '#4B3BBA'

red 75 ◦ green 59 ◦ blue 186

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

Shades of Purple Heart #4B3BBA

Tints of Purple Heart #4B3BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.44%

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

R = 23.44%
G = 18.44%
B = 58.13%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B3BBA (or 0x4B3BBA) is known color: Purple Heart. HEX triplet: 4B, 3B and BA. RGB value is (75,59,186). Sum of RGB (Red+Green+Blue) = 75+59+186=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B3BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3BBA is #B4C445. Grayscale: #4D4D4D. Windows color (decimal): -11846726 or 12204875. OLE color: 12204875.

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

Color convert

RGB 75 59 186 -
CMYK 0.60 0.68 0 0.27
HSL 247.56º 0.52% 0.48% -
HSV(B) 247.56º 0.68% 0.73% -
XYZ 13.33 8.17 47.33 -
YUV 78.26 188.8 125.67 -
System Red Green Blue C M Y K H S L
Decimal 75 59 186 0.60 0.68 0 0.27 247.56 0.52 0.48
Hex 4B 3B BA 3C 44 0 1B F8 34 30
Octal 113 73 272 74 104 0 33 370 64 60
Binary 1001011 111011 10111010 111100 1000100 0 11011 11111000 110100 110000

Color Harmonies of #4B3BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3BBA

Black with #4B3BBA

Text Example


Text Example

White with #4B3BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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