#650262

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

Shades of Palatinate Purple #650262

Tints of Palatinate Purple #650262

Color information

#650262 (or 0x650262) is unknown color: approx Palatinate Purple. HEX triplet: 65, 02 and 62. RGB value is (101,2,98). Sum of RGB (Red+Green+Blue) = 101+2+98=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #650262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650262 is #9AFD9D. Grayscale: #2A2A2A. Windows color (decimal): -10157470 or 6423141. OLE color: 6423141.

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

Color convert

RGB101298-
CMYK00.980.030.60
HSL301.82º96.12%20.2%-
HSV(B)301.82º98.02%39.61%-
XYZ7.593.6911.87-
YUV42.54159.3169.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.25%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 98 (38.67% from 255) = 48.76%
R=50.25%
G=1.00%
B=48.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10129800.980.030.60301.8296.1220.2
Hex6526206233C12e6014
Octal1452142014237445614024
Binary11001011011000100110001011111100100101110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650262; }

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

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

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

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

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

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

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

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