Html Css Color HEX #4A1AC8 Purple Heart

📋 copy color: '#4A1AC8'

red 74 ◦ green 26 ◦ blue 200

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

Shades of Purple Heart #4A1AC8

Tints of Purple Heart #4A1AC8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.67%

 BLUE value IS 200 (78.52% from 255) = 66.67%

R = 24.67%
G = 8.67%
B = 66.67%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4A1AC8 (or 0x4A1AC8) is known color: Purple Heart. HEX triplet: 4A, 1A and C8. RGB value is (74,26,200). Sum of RGB (Red+Green+Blue) = 74+26+200=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 200 (78.52% from 255 or 66.67% from 300); Max value from RGB is 200 - color contains mainly: blue. Hex color #4A1AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1AC8 is #B5E537. Grayscale: #3B3B3B. Windows color (decimal): -11920696 or 13113930. OLE color: 13113930.

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

Color convert

RGB 74 26 200 -
CMYK 0.63 0.87 0 0.22
HSL 256.55º 0.77% 0.44% -
HSV(B) 256.55º 0.87% 0.78% -
XYZ 13.62 6.36 55.15 -
YUV 60.19 206.9 137.85 -
System Red Green Blue C M Y K H S L
Decimal 74 26 200 0.63 0.87 0 0.22 256.55 0.77 0.44
Hex 4A 1A C8 3F 57 0 16 101 4D 2C
Octal 112 32 310 77 127 0 26 401 115 54
Binary 1001010 11010 11001000 111111 1010111 0 10110 100000001 1001101 101100

Color Harmonies of #4A1AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1AC8

Black with #4A1AC8

Text Example


Text Example

White with #4A1AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,26,200); }

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

background-color css

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

 a { background-color: rgb(74,26,200); }

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

border-color css

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

 span { border-color: rgb(74,26,200); }

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