Html Css Color HEX #4B2CB3 Purple Heart

📋 copy color: '#4B2CB3'

red 75 ◦ green 44 ◦ blue 179

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

Shades of Purple Heart #4B2CB3

Tints of Purple Heart #4B2CB3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.77%

 BLUE value IS 179 (70.31% from 255) = 60.07%

R = 25.17%
G = 14.77%
B = 60.07%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4B2CB3 (or 0x4B2CB3) is known color: Purple Heart. HEX triplet: 4B, 2C and B3. RGB value is (75,44,179). Sum of RGB (Red+Green+Blue) = 75+44+179=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 179 (70.31% from 255 or 60.07% from 298); Max value from RGB is 179 - color contains mainly: blue. Hex color #4B2CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2CB3 is #B4D34C. Grayscale: #444444. Windows color (decimal): -11850573 or 11742283. OLE color: 11742283.

HSL color Cylindrical-coordinate representation of color #4B2CB3: hue angle of 253.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B2CB3 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 75 44 179 -
CMYK 0.58 0.75 0 0.30
HSL 253.78º 0.61% 0.44% -
HSV(B) 253.78º 0.75% 0.7% -
XYZ 11.94 6.55 43.28 -
YUV 68.66 190.27 132.52 -
System Red Green Blue C M Y K H S L
Decimal 75 44 179 0.58 0.75 0 0.30 253.78 0.61 0.44
Hex 4B 2C B3 3A 4B 0 1E FE 3D 2C
Octal 113 54 263 72 113 0 36 376 75 54
Binary 1001011 101100 10110011 111010 1001011 0 11110 11111110 111101 101100

Color Harmonies of #4B2CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2CB3

Black with #4B2CB3

Text Example


Text Example

White with #4B2CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,44,179); }

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

background-color css

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

 a { background-color: rgb(75,44,179); }

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

border-color css

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

 span { border-color: rgb(75,44,179); }

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