#65047B

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

Shades of Purple #65047B

Tints of Purple #65047B

Color information

#65047B (or 0x65047B) is unknown color: approx Purple. HEX triplet: 65, 04 and 7B. RGB value is (101,4,123). Sum of RGB (Red+Green+Blue) = 101+4+123=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #65047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65047B is #9AFB84. Grayscale: #2E2E2E. Windows color (decimal): -10156933 or 8062053. OLE color: 8062053.

HSL color Cylindrical-coordinate representation of color #65047B: hue angle of 288.91º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65047B is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1014123-
CMYK0.180.9700.52
HSL288.91º93.7%24.9%-
HSV(B)288.91º96.75%48.24%-
XYZ8.994.2819.09-
YUV46.57171.14166.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.30%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=44.30%
G=1.75%
B=53.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10141230.180.9700.52288.9193.724.9
Hex6547B12610341215e19
Octal14541732214106444113631
Binary110010110011110111001011000010110100100100001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65047B; }

 p { color: rgb(101,4,123); }

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

<style>
 a { background-color: #65047B; }

 a { background-color: rgb(101,4,123); }

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

<style>
 span { border-color: #65047B; }

 span { border-color: rgb(101,4,123); }

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