#65027C

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

Shades of Purple #65027C

Tints of Purple #65027C

Color information

#65027C (or 0x65027C) is unknown color: approx Purple. HEX triplet: 65, 02 and 7C. RGB value is (101,2,124). Sum of RGB (Red+Green+Blue) = 101+2+124=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #65027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65027C is #9AFD83. Grayscale: #2D2D2D. Windows color (decimal): -10157444 or 8127077. OLE color: 8127077.

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

Color convert

RGB1012124-
CMYK0.190.9800.51
HSL288.69º96.83%24.71%-
HSV(B)288.69º98.39%48.63%-
XYZ9.034.2719.42-
YUV45.51172.3167.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 124 (48.83% from 255) = 54.63%
R=44.49%
G=0.88%
B=54.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10121240.190.9800.51288.6996.8324.71
Hex6527C13620331216119
Octal14521742314206344114131
Binary11001011011111001001111000100110011100100001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65027C; }

 p { color: rgb(101,2,124); }

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

<style>
 a { background-color: #65027C; }

 a { background-color: rgb(101,2,124); }

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

<style>
 span { border-color: #65027C; }

 span { border-color: rgb(101,2,124); }

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