Html Css Color HEX #650261 Palatinate Purple

📋 copy color: '#650261'

red 101 ◦ green 2 ◦ blue 97

#650261
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #650261

Tints of Palatinate Purple #650261

RGB

 RED value IS 101 (39.84% from 255) = 50.5%

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 97 (38.28% from 255) = 48.5%

R = 50.5%
G = 1%
B = 48.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#650261 (or 0x650261) is known color: Palatinate Purple. HEX triplet: 65, 02 and 61. RGB value is (101,2,97). Sum of RGB (Red+Green+Blue) = 101+2+97=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #650261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650261 is #9AFD9E. Grayscale: #2A2A2A. Windows color (decimal): -10157471 or 6357605. OLE color: 6357605.

HSL color Cylindrical-coordinate representation of color #650261: hue angle of 302.42º 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 #650261 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 2 97 -
CMYK 0 0.98 0.04 0.60
HSL 302.42º 0.96% 0.2% -
HSV(B) 302.42º 0.98% 0.4% -
XYZ 7.55 3.67 11.62 -
YUV 42.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 101 2 97 0 0.98 0.04 0.60 302.42 0.96 0.2
Hex 65 2 61 0 62 4 3C 12E 60 14
Octal 145 2 141 0 142 4 74 456 140 24
Binary 1100101 10 1100001 0 1100010 100 111100 100101110 1100000 10100

Color Harmonies of #650261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650261

Black with #650261

Text Example


Text Example

White with #650261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650261; }

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

 H1.HeaderClassName
 {
   color: #650261;
 }
 .AnyTagClassName
 {
   color: #650261;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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