Html Css Color HEX #4A0ABB Purple Heart

📋 copy color: '#4A0ABB'

red 74 ◦ green 10 ◦ blue 187

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

Shades of Purple Heart #4A0ABB

Tints of Purple Heart #4A0ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.69%

 BLUE value IS 187 (73.44% from 255) = 69%

R = 27.31%
G = 3.69%
B = 69%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A0ABB (or 0x4A0ABB) is known color: Purple Heart. HEX triplet: 4A, 0A and BB. RGB value is (74,10,187). Sum of RGB (Red+Green+Blue) = 74+10+187=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A0ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0ABB is #B5F544. Grayscale: #303030. Windows color (decimal): -11924805 or 12257866. OLE color: 12257866.

HSL color Cylindrical-coordinate representation of color #4A0ABB: hue angle of 261.69º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0ABB is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 10 187 -
CMYK 0.60 0.95 0 0.27
HSL 261.69º 0.9% 0.39% -
HSV(B) 261.69º 0.95% 0.73% -
XYZ 11.9 5.26 47.4 -
YUV 49.31 205.7 145.61 -
System Red Green Blue C M Y K H S L
Decimal 74 10 187 0.60 0.95 0 0.27 261.69 0.9 0.39
Hex 4A A BB 3C 5F 0 1B 106 5A 27
Octal 112 12 273 74 137 0 33 406 132 47
Binary 1001010 1010 10111011 111100 1011111 0 11011 100000110 1011010 100111

Color Harmonies of #4A0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0ABB

Black with #4A0ABB

Text Example


Text Example

White with #4A0ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,10,187); }

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

background-color css

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

 a { background-color: rgb(74,10,187); }

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

border-color css

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

 span { border-color: rgb(74,10,187); }

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