#65047D

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

Shades of Purple #65047D

Tints of Purple #65047D

Color information

#65047D (or 0x65047D) is unknown color: approx Purple. HEX triplet: 65, 04 and 7D. RGB value is (101,4,125). Sum of RGB (Red+Green+Blue) = 101+4+125=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #65047D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65047D is #9AFB82. Grayscale: #2E2E2E. Windows color (decimal): -10156931 or 8193125. OLE color: 8193125.

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

Color convert

RGB1014125-
CMYK0.190.9700.51
HSL288.1º93.8%25.29%-
HSV(B)288.1º96.8%49.02%-
XYZ9.114.3319.76-
YUV46.8172.14166.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.91%
GREEN value IS 4 (1.95% from 255) = 1.74%
BLUE value IS 125 (49.22% from 255) = 54.35%
R=43.91%
G=1.74%
B=54.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10141250.190.9700.51288.193.825.29
Hex6547D13610331205e19
Octal14541752314106344013631
Binary110010110011111011001111000010110011100100000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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