Html Css Color HEX #4B38BA Purple Heart

📋 copy color: '#4B38BA'

red 75 ◦ green 56 ◦ blue 186

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

Shades of Purple Heart #4B38BA

Tints of Purple Heart #4B38BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

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

R = 23.66%
G = 17.67%
B = 58.68%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B38BA (or 0x4B38BA) is known color: Purple Heart. HEX triplet: 4B, 38 and BA. RGB value is (75,56,186). Sum of RGB (Red+Green+Blue) = 75+56+186=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B38BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B38BA is #B4C745. Grayscale: #4C4C4C. Windows color (decimal): -11847494 or 12204107. OLE color: 12204107.

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

Color convert

RGB 75 56 186 -
CMYK 0.60 0.70 0 0.27
HSL 248.77º 0.54% 0.47% -
HSV(B) 248.77º 0.7% 0.73% -
XYZ 13.18 7.87 47.28 -
YUV 76.5 189.79 126.93 -
System Red Green Blue C M Y K H S L
Decimal 75 56 186 0.60 0.70 0 0.27 248.77 0.54 0.47
Hex 4B 38 BA 3C 46 0 1B F9 36 2F
Octal 113 70 272 74 106 0 33 371 66 57
Binary 1001011 111000 10111010 111100 1000110 0 11011 11111001 110110 101111

Color Harmonies of #4B38BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B38BA

Black with #4B38BA

Text Example


Text Example

White with #4B38BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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