#461ACC

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

Shades of Purple Heart #461ACC

Tints of Purple Heart #461ACC

Color information

#461ACC (or 0x461ACC) is unknown color: approx Purple Heart. HEX triplet: 46, 1A and CC. RGB value is (70,26,204). Sum of RGB (Red+Green+Blue) = 70+26+204=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #461ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461ACC is #B9E533. Grayscale: #3A3A3A. Windows color (decimal): -12182836 or 13376070. OLE color: 13376070.

HSL color Cylindrical-coordinate representation of color #461ACC: hue angle of 254.83º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461ACC is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7026204-
CMYK0.660.8700.2
HSL254.83º77.39%45.1%-
HSV(B)254.83º87.25%80%-
XYZ13.796.457.64-
YUV59.45209.58135.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.33%
GREEN value IS 26 (10.55% from 255) = 8.67%
BLUE value IS 204 (80.08% from 255) = 68%
R=23.33%
G=8.67%
B=68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal70262040.660.8700.2254.8377.3945.1
Hex461ACC4257014ff4d2d
Octal1063231410212702437711555
Binary1000110110101100110010000101010111010100111111111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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