#65107A

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

Shades of Purple #65107A

Tints of Purple #65107A

Color information

#65107A (or 0x65107A) is unknown color: approx Purple. HEX triplet: 65, 10 and 7A. RGB value is (101,16,122). Sum of RGB (Red+Green+Blue) = 101+16+122=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #65107A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65107A is #9AEF85. Grayscale: #353535. Windows color (decimal): -10153862 or 7999589. OLE color: 7999589.

HSL color Cylindrical-coordinate representation of color #65107A: hue angle of 288.11º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65107A is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10116122-
CMYK0.170.8700.52
HSL288.11º76.81%27.06%-
HSV(B)288.11º86.89%47.84%-
XYZ9.064.5418.81-
YUV53.5166.66161.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.26%
GREEN value IS 16 (6.64% from 255) = 6.69%
BLUE value IS 122 (48.05% from 255) = 51.05%
R=42.26%
G=6.69%
B=51.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101161220.170.8700.52288.1176.8127.06
Hex65107A11570341204d1b
Octal145201722112706444011533
Binary11001011000011110101000110101110110100100100000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65107A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65107A; }

 p { color: rgb(101,16,122); }

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

<style>
 a { background-color: #65107A; }

 a { background-color: rgb(101,16,122); }

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

<style>
 span { border-color: #65107A; }

 span { border-color: rgb(101,16,122); }

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