#650268

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

Shades of Purple #650268

Tints of Purple #650268

Color information

#650268 (or 0x650268) is unknown color: approx Purple. HEX triplet: 65, 02 and 68. RGB value is (101,2,104). Sum of RGB (Red+Green+Blue) = 101+2+104=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #650268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650268 is #9AFD97. Grayscale: #2A2A2A. Windows color (decimal): -10157464 or 6816357. OLE color: 6816357.

HSL color Cylindrical-coordinate representation of color #650268: hue angle of 298.24º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650268 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1012104-
CMYK0.030.9800.59
HSL298.24º96.23%20.78%-
HSV(B)298.24º98.08%40.78%-
XYZ7.893.8113.42-
YUV43.23162.3169.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.79%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=48.79%
G=0.97%
B=50.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10121040.030.9800.59298.2496.2320.78
Hex6526836203B12a6015
Octal1452150314207345214025
Binary11001011011010001111000100111011100101010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650268; }

 p { color: rgb(101,2,104); }

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

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

 a { background-color: rgb(101,2,104); }

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

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

 span { border-color: rgb(101,2,104); }

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