#650462

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

Shades of Palatinate Purple #650462

Tints of Palatinate Purple #650462

Color information

#650462 (or 0x650462) is unknown color: approx Palatinate Purple. HEX triplet: 65, 04 and 62. RGB value is (101,4,98). Sum of RGB (Red+Green+Blue) = 101+4+98=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #650462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650462 is #9AFB9D. Grayscale: #2B2B2B. Windows color (decimal): -10156958 or 6423653. OLE color: 6423653.

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

Color convert

RGB101498-
CMYK00.960.030.60
HSL301.86º92.38%20.59%-
HSV(B)301.86º96.04%39.61%-
XYZ7.613.7411.87-
YUV43.72158.64168.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.75%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 98 (38.67% from 255) = 48.28%
R=49.75%
G=1.97%
B=48.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10149800.960.030.60301.8692.3820.59
Hex6546206033C12e5c15
Octal1454142014037445613425
Binary110010110011000100110000011111100100101110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650462; }

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

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

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

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

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

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

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

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