Html Css Color HEX #461AAD Purple Heart

📋 copy color: '#461AAD'

red 70 ◦ green 26 ◦ blue 173

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

Shades of Purple Heart #461AAD

Tints of Purple Heart #461AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 64.31%

R = 26.02%
G = 9.67%
B = 64.31%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#461AAD (or 0x461AAD) is known color: Purple Heart. HEX triplet: 46, 1A and AD. RGB value is (70,26,173). Sum of RGB (Red+Green+Blue) = 70+26+173=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #461AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461AAD is #B9E552. Grayscale: #373737. Windows color (decimal): -12182867 or 11344454. OLE color: 11344454.

HSL color Cylindrical-coordinate representation of color #461AAD: hue angle of 257.96º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461AAD is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 26 173 -
CMYK 0.60 0.85 0 0.32
HSL 257.96º 0.74% 0.39% -
HSV(B) 257.96º 0.85% 0.68% -
XYZ 10.44 5.06 39.96 -
YUV 55.91 194.08 138.05 -
System Red Green Blue C M Y K H S L
Decimal 70 26 173 0.60 0.85 0 0.32 257.96 0.74 0.39
Hex 46 1A AD 3C 55 0 20 102 4A 27
Octal 106 32 255 74 125 0 40 402 112 47
Binary 1000110 11010 10101101 111100 1010101 0 100000 100000010 1001010 100111

Color Harmonies of #461AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461AAD

Black with #461AAD

Text Example


Text Example

White with #461AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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