#65097A

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

Shades of Purple #65097A

Tints of Purple #65097A

Color information

#65097A (or 0x65097A) is unknown color: approx Purple. HEX triplet: 65, 09 and 7A. RGB value is (101,9,122). Sum of RGB (Red+Green+Blue) = 101+9+122=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #65097A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65097A is #9AF685. Grayscale: #313131. Windows color (decimal): -10155654 or 7997797. OLE color: 7997797.

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

Color convert

RGB1019122-
CMYK0.170.9300.52
HSL288.85º86.26%25.69%-
HSV(B)288.85º92.62%47.84%-
XYZ8.984.3718.78-
YUV49.39168.98164.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.53%
GREEN value IS 9 (3.91% from 255) = 3.88%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=43.53%
G=3.88%
B=52.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10191220.170.9300.52288.8586.2625.69
Hex6597A115D034121561a
Octal145111722113506444112632
Binary1100101100111110101000110111010110100100100001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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