#650267

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

Shades of Purple #650267

Tints of Purple #650267

Color information

#650267 (or 0x650267) is unknown color: approx Purple. HEX triplet: 65, 02 and 67. RGB value is (101,2,103). Sum of RGB (Red+Green+Blue) = 101+2+103=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #650267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650267 is #9AFD98. Grayscale: #2A2A2A. Windows color (decimal): -10157465 or 6750821. OLE color: 6750821.

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

Color convert

RGB1012103-
CMYK0.020.9800.60
HSL298.81º96.19%20.59%-
HSV(B)298.81º98.06%40.39%-
XYZ7.843.7913.15-
YUV43.11161.8169.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.03%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 103 (40.62% from 255) = 50%
R=49.03%
G=0.97%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10121030.020.9800.60298.8196.1920.59
Hex6526726203C12b6015
Octal1452147214207445314025
Binary11001011011001111011000100111100100101011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650267; }

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

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

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

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

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

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

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

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