Html Css Color HEX #650D5E Palatinate Purple

📋 copy color: '#650D5E'

red 101 ◦ green 13 ◦ blue 94

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

Shades of Palatinate Purple #650D5E

Tints of Palatinate Purple #650D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.25%

 BLUE value IS 94 (37.11% from 255) = 45.19%

R = 48.56%
G = 6.25%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#650D5E (or 0x650D5E) is known color: Palatinate Purple. HEX triplet: 65, 0D and 5E. RGB value is (101,13,94). Sum of RGB (Red+Green+Blue) = 101+13+94=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #650D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650D5E is #9AF2A1. Grayscale: #303030. Windows color (decimal): -10154658 or 6163813. OLE color: 6163813.

HSL color Cylindrical-coordinate representation of color #650D5E: hue angle of 304.77º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650D5E is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 13 94 -
CMYK 0 0.87 0.07 0.60
HSL 304.77º 0.77% 0.22% -
HSV(B) 304.77º 0.87% 0.4% -
XYZ 7.53 3.86 10.94 -
YUV 48.55 153.65 165.41 -
System Red Green Blue C M Y K H S L
Decimal 101 13 94 0 0.87 0.07 0.60 304.77 0.77 0.22
Hex 65 D 5E 0 57 7 3C 131 4D 16
Octal 145 15 136 0 127 7 74 461 115 26
Binary 1100101 1101 1011110 0 1010111 111 111100 100110001 1001101 10110

Color Harmonies of #650D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650D5E

Black with #650D5E

Text Example


Text Example

White with #650D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,13,94); }

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

background-color css

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

 a { background-color: rgb(101,13,94); }

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

border-color css

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

 span { border-color: rgb(101,13,94); }

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