Html Css Color HEX #461AAB Purple Heart

📋 copy color: '#461AAB'

red 70 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #461AAB

Tints of Purple Heart #461AAB

RGB

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

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

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

R = 26.22%
G = 9.74%
B = 64.04%

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

#461AAB (or 0x461AAB) is known color: Purple Heart. HEX triplet: 46, 1A and AB. RGB value is (70,26,171). Sum of RGB (Red+Green+Blue) = 70+26+171=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #461AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461AAB is #B9E554. Grayscale: #373737. Windows color (decimal): -12182869 or 11213382. OLE color: 11213382.

HSL color Cylindrical-coordinate representation of color #461AAB: hue angle of 258.21º 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 #461AAB is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 26 171 -
CMYK 0.59 0.85 0 0.33
HSL 258.21º 0.74% 0.39% -
HSV(B) 258.21º 0.85% 0.67% -
XYZ 10.25 4.98 38.95 -
YUV 55.69 193.08 138.21 -
System Red Green Blue C M Y K H S L
Decimal 70 26 171 0.59 0.85 0 0.33 258.21 0.74 0.39
Hex 46 1A AB 3B 55 0 21 102 4A 27
Octal 106 32 253 73 125 0 41 402 112 47
Binary 1000110 11010 10101011 111011 1010101 0 100001 100000010 1001010 100111

Color Harmonies of #461AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461AAB

Black with #461AAB

Text Example


Text Example

White with #461AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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