Html Css Color HEX #4A1BAE Purple Heart

📋 copy color: '#4A1BAE'

red 74 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #4A1BAE

Tints of Purple Heart #4A1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.82%

 BLUE value IS 174 (68.36% from 255) = 63.27%

R = 26.91%
G = 9.82%
B = 63.27%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A1BAE (or 0x4A1BAE) is known color: Purple Heart. HEX triplet: 4A, 1B and AE. RGB value is (74,27,174). Sum of RGB (Red+Green+Blue) = 74+27+174=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A1BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1BAE is #B5E451. Grayscale: #393939. Windows color (decimal): -11920466 or 11410250. OLE color: 11410250.

HSL color Cylindrical-coordinate representation of color #4A1BAE: hue angle of 259.18º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A1BAE is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 27 174 -
CMYK 0.57 0.84 0 0.32
HSL 259.18º 0.73% 0.39% -
HSV(B) 259.18º 0.84% 0.68% -
XYZ 10.86 5.3 40.49 -
YUV 57.81 193.57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 74 27 174 0.57 0.84 0 0.32 259.18 0.73 0.39
Hex 4A 1B AE 39 54 0 20 103 49 27
Octal 112 33 256 71 124 0 40 403 111 47
Binary 1001010 11011 10101110 111001 1010100 0 100000 100000011 1001001 100111

Color Harmonies of #4A1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1BAE

Black with #4A1BAE

Text Example


Text Example

White with #4A1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,27,174); }

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

background-color css

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

 a { background-color: rgb(74,27,174); }

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

border-color css

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

 span { border-color: rgb(74,27,174); }

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