Html Css Color HEX #4A2CCB Purple Heart

📋 copy color: '#4A2CCB'

red 74 ◦ green 44 ◦ blue 203

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

Shades of Purple Heart #4A2CCB

Tints of Purple Heart #4A2CCB

RGB

 RED value IS 74 (29.3% from 255) = 23.05%

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

 BLUE value IS 203 (79.69% from 255) = 63.24%

R = 23.05%
G = 13.71%
B = 63.24%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A2CCB (or 0x4A2CCB) is known color: Purple Heart. HEX triplet: 4A, 2C and CB. RGB value is (74,44,203). Sum of RGB (Red+Green+Blue) = 74+44+203=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A2CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2CCB is #B5D334. Grayscale: #464646. Windows color (decimal): -11916085 or 13315146. OLE color: 13315146.

HSL color Cylindrical-coordinate representation of color #4A2CCB: hue angle of 251.32º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A2CCB is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 44 203 -
CMYK 0.64 0.78 0 0.20
HSL 251.32º 0.64% 0.48% -
HSV(B) 251.32º 0.78% 0.8% -
XYZ 14.5 7.57 57.2 -
YUV 71.1 202.44 130.07 -
System Red Green Blue C M Y K H S L
Decimal 74 44 203 0.64 0.78 0 0.20 251.32 0.64 0.48
Hex 4A 2C CB 40 4E 0 14 FB 40 30
Octal 112 54 313 100 116 0 24 373 100 60
Binary 1001010 101100 11001011 1000000 1001110 0 10100 11111011 1000000 110000

Color Harmonies of #4A2CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2CCB

Black with #4A2CCB

Text Example


Text Example

White with #4A2CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,44,203); }

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

background-color css

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

 a { background-color: rgb(74,44,203); }

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

border-color css

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

 span { border-color: rgb(74,44,203); }

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