#65087B

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

Shades of Purple #65087B

Tints of Purple #65087B

Color information

#65087B (or 0x65087B) is unknown color: approx Purple. HEX triplet: 65, 08 and 7B. RGB value is (101,8,123). Sum of RGB (Red+Green+Blue) = 101+8+123=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #65087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65087B is #9AF784. Grayscale: #303030. Windows color (decimal): -10155909 or 8063077. OLE color: 8063077.

HSL color Cylindrical-coordinate representation of color #65087B: hue angle of 288.52º degrees, saturation: 0.88, 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 #65087B is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1018123-
CMYK0.180.9300.52
HSL288.52º87.79%25.69%-
HSV(B)288.52º93.5%48.24%-
XYZ9.034.3719.11-
YUV48.92169.81165.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.53%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 123 (48.44% from 255) = 53.02%
R=43.53%
G=3.45%
B=53.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10181230.180.9300.52288.5287.7925.69
Hex6587B125D034121581a
Octal145101732213506444113032
Binary1100101100011110111001010111010110100100100001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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