Html Css Color HEX #461AAC Purple Heart

📋 copy color: '#461AAC'

red 70 ◦ green 26 ◦ blue 172

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

Shades of Purple Heart #461AAC

Tints of Purple Heart #461AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.18%

R = 26.12%
G = 9.7%
B = 64.18%

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

#461AAC (or 0x461AAC) is known color: Purple Heart. HEX triplet: 46, 1A and AC. RGB value is (70,26,172). Sum of RGB (Red+Green+Blue) = 70+26+172=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #461AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461AAC is #B9E553. Grayscale: #373737. Windows color (decimal): -12182868 or 11278918. OLE color: 11278918.

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

Color convert

RGB 70 26 172 -
CMYK 0.59 0.85 0 0.33
HSL 258.08º 0.74% 0.39% -
HSV(B) 258.08º 0.85% 0.67% -
XYZ 10.34 5.02 39.45 -
YUV 55.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 70 26 172 0.59 0.85 0 0.33 258.08 0.74 0.39
Hex 46 1A AC 3B 55 0 21 102 4A 27
Octal 106 32 254 73 125 0 41 402 112 47
Binary 1000110 11010 10101100 111011 1010101 0 100001 100000010 1001010 100111

Color Harmonies of #461AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461AAC

Black with #461AAC

Text Example


Text Example

White with #461AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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