Html Css Color HEX #650E5E Palatinate Purple

📋 copy color: '#650E5E'

red 101 ◦ green 14 ◦ blue 94

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

Shades of Palatinate Purple #650E5E

Tints of Palatinate Purple #650E5E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.7%

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

R = 48.33%
G = 6.7%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#650E5E (or 0x650E5E) is known color: Palatinate Purple. HEX triplet: 65, 0E and 5E. RGB value is (101,14,94). Sum of RGB (Red+Green+Blue) = 101+14+94=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #650E5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650E5E is #9AF1A1. Grayscale: #303030. Windows color (decimal): -10154402 or 6164069. OLE color: 6164069.

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

Color convert

RGB 101 14 94 -
CMYK 0 0.86 0.07 0.60
HSL 304.83º 0.76% 0.23% -
HSV(B) 304.83º 0.86% 0.4% -
XYZ 7.54 3.89 10.94 -
YUV 49.13 153.32 165 -
System Red Green Blue C M Y K H S L
Decimal 101 14 94 0 0.86 0.07 0.60 304.83 0.76 0.23
Hex 65 E 5E 0 56 7 3C 131 4C 17
Octal 145 16 136 0 126 7 74 461 114 27
Binary 1100101 1110 1011110 0 1010110 111 111100 100110001 1001100 10111

Color Harmonies of #650E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650E5E

Black with #650E5E

Text Example


Text Example

White with #650E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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