#65017B

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

Shades of Purple #65017B

Tints of Purple #65017B

Color information

#65017B (or 0x65017B) is unknown color: approx Purple. HEX triplet: 65, 01 and 7B. RGB value is (101,1,123). Sum of RGB (Red+Green+Blue) = 101+1+123=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #65017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65017B is #9AFE84. Grayscale: #2C2C2C. Windows color (decimal): -10157701 or 8061285. OLE color: 8061285.

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

Color convert

RGB1011123-
CMYK0.180.9900.52
HSL289.18º98.39%24.31%-
HSV(B)289.18º99.19%48.24%-
XYZ8.954.2219.08-
YUV44.81172.13168.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.89%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 123 (48.44% from 255) = 54.67%
R=44.89%
G=0.44%
B=54.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10111230.180.9900.52289.1898.3924.31
Hex6517B12630341216218
Octal14511732214306444114230
Binary1100101111110111001011000110110100100100001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65017B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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