Html Css Color HEX #461EAB Purple Heart

📋 copy color: '#461EAB'

red 70 ◦ green 30 ◦ blue 171

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

Shades of Purple Heart #461EAB

Tints of Purple Heart #461EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.1%

R = 25.83%
G = 11.07%
B = 63.1%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#461EAB (or 0x461EAB) is known color: Purple Heart. HEX triplet: 46, 1E and AB. RGB value is (70,30,171). Sum of RGB (Red+Green+Blue) = 70+30+171=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #461EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461EAB is #B9E154. Grayscale: #393939. Windows color (decimal): -12181845 or 11214406. OLE color: 11214406.

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

Color convert

RGB 70 30 171 -
CMYK 0.59 0.82 0 0.33
HSL 257.02º 0.7% 0.39% -
HSV(B) 257.02º 0.82% 0.67% -
XYZ 10.34 5.17 38.98 -
YUV 58.03 191.75 136.54 -
System Red Green Blue C M Y K H S L
Decimal 70 30 171 0.59 0.82 0 0.33 257.02 0.7 0.39
Hex 46 1E AB 3B 52 0 21 101 46 27
Octal 106 36 253 73 122 0 41 401 106 47
Binary 1000110 11110 10101011 111011 1010010 0 100001 100000001 1000110 100111

Color Harmonies of #461EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461EAB

Black with #461EAB

Text Example


Text Example

White with #461EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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