Html Css Color HEX #4B2CC5 Purple Heart

📋 copy color: '#4B2CC5'

red 75 ◦ green 44 ◦ blue 197

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

Shades of Purple Heart #4B2CC5

Tints of Purple Heart #4B2CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 62.34%

R = 23.73%
G = 13.92%
B = 62.34%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4B2CC5 (or 0x4B2CC5) is known color: Purple Heart. HEX triplet: 4B, 2C and C5. RGB value is (75,44,197). Sum of RGB (Red+Green+Blue) = 75+44+197=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 197 (77.34% from 255 or 62.34% from 316); Max value from RGB is 197 - color contains mainly: blue. Hex color #4B2CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2CC5 is #B4D33A. Grayscale: #464646. Windows color (decimal): -11850555 or 12921931. OLE color: 12921931.

HSL color Cylindrical-coordinate representation of color #4B2CC5: hue angle of 252.16º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B2CC5 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 75 44 197 -
CMYK 0.62 0.78 0 0.23
HSL 252.16º 0.63% 0.47% -
HSV(B) 252.16º 0.78% 0.77% -
XYZ 13.88 7.33 53.51 -
YUV 70.71 199.27 131.06 -
System Red Green Blue C M Y K H S L
Decimal 75 44 197 0.62 0.78 0 0.23 252.16 0.63 0.47
Hex 4B 2C C5 3E 4E 0 17 FC 3F 2F
Octal 113 54 305 76 116 0 27 374 77 57
Binary 1001011 101100 11000101 111110 1001110 0 10111 11111100 111111 101111

Color Harmonies of #4B2CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2CC5

Black with #4B2CC5

Text Example


Text Example

White with #4B2CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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