Html Css Color HEX #4B2ACC Purple Heart

📋 copy color: '#4B2ACC'

red 75 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #4B2ACC

Tints of Purple Heart #4B2ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.08%

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 23.36%
G = 13.08%
B = 63.55%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4B2ACC (or 0x4B2ACC) is known color: Purple Heart. HEX triplet: 4B, 2A and CC. RGB value is (75,42,204). Sum of RGB (Red+Green+Blue) = 75+42+204=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B2ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2ACC is #B4D533. Grayscale: #454545. Windows color (decimal): -11851060 or 13380171. OLE color: 13380171.

HSL color Cylindrical-coordinate representation of color #4B2ACC: hue angle of 252.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B2ACC is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 75 42 204 -
CMYK 0.63 0.79 0 0.2
HSL 252.22º 0.66% 0.48% -
HSV(B) 252.22º 0.79% 0.8% -
XYZ 14.63 7.51 57.81 -
YUV 70.34 203.43 131.33 -
System Red Green Blue C M Y K H S L
Decimal 75 42 204 0.63 0.79 0 0.2 252.22 0.66 0.48
Hex 4B 2A CC 3F 4F 0 14 FC 42 30
Octal 113 52 314 77 117 0 24 374 102 60
Binary 1001011 101010 11001100 111111 1001111 0 10100 11111100 1000010 110000

Color Harmonies of #4B2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2ACC

Black with #4B2ACC

Text Example


Text Example

White with #4B2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,42,204); }

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

background-color css

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

 a { background-color: rgb(75,42,204); }

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

border-color css

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

 span { border-color: rgb(75,42,204); }

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