Html Css Color HEX #461EAE Purple Heart

📋 copy color: '#461EAE'

red 70 ◦ green 30 ◦ blue 174

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

Shades of Purple Heart #461EAE

Tints of Purple Heart #461EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.5%

R = 25.55%
G = 10.95%
B = 63.5%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#461EAE (or 0x461EAE) is known color: Purple Heart. HEX triplet: 46, 1E and AE. RGB value is (70,30,174). Sum of RGB (Red+Green+Blue) = 70+30+174=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #461EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461EAE is #B9E151. Grayscale: #393939. Windows color (decimal): -12181842 or 11411014. OLE color: 11411014.

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

Color convert

RGB 70 30 174 -
CMYK 0.60 0.83 0 0.32
HSL 256.67º 0.71% 0.4% -
HSV(B) 256.67º 0.83% 0.68% -
XYZ 10.63 5.29 40.5 -
YUV 58.38 193.25 136.29 -
System Red Green Blue C M Y K H S L
Decimal 70 30 174 0.60 0.83 0 0.32 256.67 0.71 0.4
Hex 46 1E AE 3C 53 0 20 101 47 28
Octal 106 36 256 74 123 0 40 401 107 50
Binary 1000110 11110 10101110 111100 1010011 0 100000 100000001 1000111 101000

Color Harmonies of #461EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461EAE

Black with #461EAE

Text Example


Text Example

White with #461EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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