#460BCC

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

Shades of Purple Heart #460BCC

Tints of Purple Heart #460BCC

Color information

#460BCC (or 0x460BCC) is unknown color: approx Purple Heart. HEX triplet: 46, 0B and CC. RGB value is (70,11,204). Sum of RGB (Red+Green+Blue) = 70+11+204=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #460BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BCC is #B9F433. Grayscale: #313131. Windows color (decimal): -12186676 or 13372230. OLE color: 13372230.

HSL color Cylindrical-coordinate representation of color #460BCC: hue angle of 258.34º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460BCC is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7011204-
CMYK0.660.9500.2
HSL258.34º89.77%42.16%-
HSV(B)258.34º94.61%80%-
XYZ13.545.957.55-
YUV50.64214.55141.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 11 (4.69% from 255) = 3.86%
BLUE value IS 204 (80.08% from 255) = 71.58%
R=24.56%
G=3.86%
B=71.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal70112040.660.9500.2258.3489.7742.16
Hex46BCC425F0141025a2a
Octal1061331410213702440213252
Binary1000110101111001100100001010111110101001000000101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460BCC; }

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

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

<style>
 a { background-color: #460BCC; }

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

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

<style>
 span { border-color: #460BCC; }

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

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