#461BAF

Color #461BAF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #461BAF

Tints of Purple Heart #461BAF

Color information

#461BAF (or 0x461BAF) is unknown color: approx Purple Heart. HEX triplet: 46, 1B and AF. RGB value is (70,27,175). Sum of RGB (Red+Green+Blue) = 70+27+175=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #461BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461BAF is #B9E450. Grayscale: #383838. Windows color (decimal): -12182609 or 11475782. OLE color: 11475782.

HSL color Cylindrical-coordinate representation of color #461BAF: hue angle of 257.43º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461BAF is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7027175-
CMYK0.600.8500.31
HSL257.43º73.27%39.61%-
HSV(B)257.43º84.57%68.63%-
XYZ10.665.1841-
YUV56.73194.75137.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 27 (10.94% from 255) = 9.93%
BLUE value IS 175 (68.75% from 255) = 64.34%
R=25.74%
G=9.93%
B=64.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70271750.600.8500.31257.4373.2739.61
Hex461BAF3C5501F1014928
Octal106332577412503740111150
Binary1000110110111010111111110010101010111111000000011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,27,175); }

 H1.HeaderClassName
 {
   color: #461BAF;
 }
 .AnyTagClassName
 {
   color: #461BAF;
 }
</style>
background-color css

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

 a { background-color: rgb(70,27,175); }

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

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

 span { border-color: rgb(70,27,175); }

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