Html Css Color HEX #650A57 Palatinate Purple

📋 copy color: '#650A57'

red 101 ◦ green 10 ◦ blue 87

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

Shades of Palatinate Purple #650A57

Tints of Palatinate Purple #650A57

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.05%

 BLUE value IS 87 (34.38% from 255) = 43.94%

R = 51.01%
G = 5.05%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#650A57 (or 0x650A57) is known color: Palatinate Purple. HEX triplet: 65, 0A and 57. RGB value is (101,10,87). Sum of RGB (Red+Green+Blue) = 101+10+87=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #650A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650A57 is #9AF5A8. Grayscale: #2D2D2D. Windows color (decimal): -10155433 or 5704293. OLE color: 5704293.

HSL color Cylindrical-coordinate representation of color #650A57: hue angle of 309.23º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650A57 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 10 87 -
CMYK 0 0.90 0.14 0.60
HSL 309.23º 0.82% 0.22% -
HSV(B) 309.23º 0.9% 0.4% -
XYZ 7.2 3.67 9.35 -
YUV 45.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 101 10 87 0 0.90 0.14 0.60 309.23 0.82 0.22
Hex 65 A 57 0 5A E 3C 135 52 16
Octal 145 12 127 0 132 16 74 465 122 26
Binary 1100101 1010 1010111 0 1011010 1110 111100 100110101 1010010 10110

Color Harmonies of #650A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650A57

Black with #650A57

Text Example


Text Example

White with #650A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650A57; }

 p { color: rgb(101,10,87); }

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

background-color css

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

 a { background-color: rgb(101,10,87); }

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

border-color css

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

 span { border-color: rgb(101,10,87); }

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