#650B7A

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

Shades of Purple #650B7A

Tints of Purple #650B7A

Color information

#650B7A (or 0x650B7A) is unknown color: approx Purple. HEX triplet: 65, 0B and 7A. RGB value is (101,11,122). Sum of RGB (Red+Green+Blue) = 101+11+122=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #650B7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650B7A is #9AF485. Grayscale: #323232. Windows color (decimal): -10155142 or 7998309. OLE color: 7998309.

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

Color convert

RGB10111122-
CMYK0.170.9100.52
HSL288.65º83.46%26.08%-
HSV(B)288.65º90.98%47.84%-
XYZ94.4118.79-
YUV50.56168.32163.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.16%
GREEN value IS 11 (4.69% from 255) = 4.70%
BLUE value IS 122 (48.05% from 255) = 52.14%
R=43.16%
G=4.70%
B=52.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101111220.170.9100.52288.6583.4626.08
Hex65B7A115B034121531a
Octal145131722113306444112332
Binary1100101101111110101000110110110110100100100001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650B7A; }

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

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

<style>
 a { background-color: #650B7A; }

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

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

<style>
 span { border-color: #650B7A; }

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

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