Html Css Color HEX #461EAC Purple Heart

📋 copy color: '#461EAC'

red 70 ◦ green 30 ◦ blue 172

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

Shades of Purple Heart #461EAC

Tints of Purple Heart #461EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.03%

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

R = 25.74%
G = 11.03%
B = 63.24%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#461EAC (or 0x461EAC) is known color: Purple Heart. HEX triplet: 46, 1E and AC. RGB value is (70,30,172). Sum of RGB (Red+Green+Blue) = 70+30+172=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #461EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461EAC is #B9E153. Grayscale: #393939. Windows color (decimal): -12181844 or 11279942. OLE color: 11279942.

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

Color convert

RGB 70 30 172 -
CMYK 0.59 0.83 0 0.33
HSL 256.9º 0.7% 0.4% -
HSV(B) 256.9º 0.83% 0.67% -
XYZ 10.44 5.21 39.49 -
YUV 58.15 192.25 136.45 -
System Red Green Blue C M Y K H S L
Decimal 70 30 172 0.59 0.83 0 0.33 256.9 0.7 0.4
Hex 46 1E AC 3B 53 0 21 101 46 28
Octal 106 36 254 73 123 0 41 401 106 50
Binary 1000110 11110 10101100 111011 1010011 0 100001 100000001 1000110 101000

Color Harmonies of #461EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461EAC

Black with #461EAC

Text Example


Text Example

White with #461EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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