Html Css Color HEX #461AAA Purple Heart

📋 copy color: '#461AAA'

red 70 ◦ green 26 ◦ blue 170

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

Shades of Purple Heart #461AAA

Tints of Purple Heart #461AAA

RGB

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

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

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

R = 26.32%
G = 9.77%
B = 63.91%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#461AAA (or 0x461AAA) is known color: Purple Heart. HEX triplet: 46, 1A and AA. RGB value is (70,26,170). Sum of RGB (Red+Green+Blue) = 70+26+170=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #461AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461AAA is #B9E555. Grayscale: #373737. Windows color (decimal): -12182870 or 11147846. OLE color: 11147846.

HSL color Cylindrical-coordinate representation of color #461AAA: hue angle of 258.33º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461AAA is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 26 170 -
CMYK 0.59 0.85 0 0.33
HSL 258.33º 0.73% 0.38% -
HSV(B) 258.33º 0.85% 0.67% -
XYZ 10.15 4.94 38.45 -
YUV 55.57 192.58 138.29 -
System Red Green Blue C M Y K H S L
Decimal 70 26 170 0.59 0.85 0 0.33 258.33 0.73 0.38
Hex 46 1A AA 3B 55 0 21 102 49 26
Octal 106 32 252 73 125 0 41 402 111 46
Binary 1000110 11010 10101010 111011 1010101 0 100001 100000010 1001001 100110

Color Harmonies of #461AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461AAA

Black with #461AAA

Text Example


Text Example

White with #461AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461AAA; }

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

 H1.HeaderClassName
 {
   color: #461AAA;
 }
 .AnyTagClassName
 {
   color: #461AAA;
 }
</style>

background-color css

<style>
 a { background-color: #461AAA; }

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

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

border-color css

<style>
 span { border-color: #461AAA; }

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

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