Html Css Color HEX #4612AA Purple Heart

📋 copy color: '#4612AA'

red 70 ◦ green 18 ◦ blue 170

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

Shades of Purple Heart #4612AA

Tints of Purple Heart #4612AA

RGB

 RED value IS 70 (27.73% from 255) = 27.13%

 GREEN value IS 18 (7.42% from 255) = 6.98%

 BLUE value IS 170 (66.8% from 255) = 65.89%

R = 27.13%
G = 6.98%
B = 65.89%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4612AA (or 0x4612AA) is known color: Purple Heart. HEX triplet: 46, 12 and AA. RGB value is (70,18,170). Sum of RGB (Red+Green+Blue) = 70+18+170=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #4612AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4612AA is #B9ED55. Grayscale: #323232. Windows color (decimal): -12184918 or 11145798. OLE color: 11145798.

HSL color Cylindrical-coordinate representation of color #4612AA: hue angle of 260.53º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4612AA is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 18 170 -
CMYK 0.59 0.89 0 0.33
HSL 260.53º 0.81% 0.37% -
HSV(B) 260.53º 0.89% 0.67% -
XYZ 10 4.64 38.4 -
YUV 50.88 195.23 141.64 -
System Red Green Blue C M Y K H S L
Decimal 70 18 170 0.59 0.89 0 0.33 260.53 0.81 0.37
Hex 46 12 AA 3B 59 0 21 105 51 25
Octal 106 22 252 73 131 0 41 405 121 45
Binary 1000110 10010 10101010 111011 1011001 0 100001 100000101 1010001 100101

Color Harmonies of #4612AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4612AA

Black with #4612AA

Text Example


Text Example

White with #4612AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4612AA; }

 p { color: rgb(70,18,170); }

 H1.HeaderClassName
 {
   color: #4612AA;
 }
 .AnyTagClassName
 {
   color: #4612AA;
 }
</style>

background-color css

<style>
 a { background-color: #4612AA; }

 a { background-color: rgb(70,18,170); }

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

border-color css

<style>
 span { border-color: #4612AA; }

 span { border-color: rgb(70,18,170); }

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