Html Css Color HEX #4B39C0 Purple Heart

📋 copy color: '#4B39C0'

red 75 ◦ green 57 ◦ blue 192

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

Shades of Purple Heart #4B39C0

Tints of Purple Heart #4B39C0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.59%

 BLUE value IS 192 (75.39% from 255) = 59.26%

R = 23.15%
G = 17.59%
B = 59.26%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4B39C0 (or 0x4B39C0) is known color: Purple Heart. HEX triplet: 4B, 39 and C0. RGB value is (75,57,192). Sum of RGB (Red+Green+Blue) = 75+57+192=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 192 (75.39% from 255 or 59.26% from 324); Max value from RGB is 192 - color contains mainly: blue. Hex color #4B39C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B39C0 is #B4C63F. Grayscale: #4D4D4D. Windows color (decimal): -11847232 or 12597579. OLE color: 12597579.

HSL color Cylindrical-coordinate representation of color #4B39C0: hue angle of 248º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B39C0 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 57 192 -
CMYK 0.61 0.70 0 0.25
HSL 248º 0.54% 0.49% -
HSV(B) 248º 0.7% 0.75% -
XYZ 13.88 8.23 50.73 -
YUV 77.77 192.46 126.02 -
System Red Green Blue C M Y K H S L
Decimal 75 57 192 0.61 0.70 0 0.25 248 0.54 0.49
Hex 4B 39 C0 3D 46 0 19 F8 36 31
Octal 113 71 300 75 106 0 31 370 66 61
Binary 1001011 111001 11000000 111101 1000110 0 11001 11111000 110110 110001

Color Harmonies of #4B39C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B39C0

Black with #4B39C0

Text Example


Text Example

White with #4B39C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,57,192); }

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

background-color css

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

 a { background-color: rgb(75,57,192); }

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

border-color css

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

 span { border-color: rgb(75,57,192); }

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