Html Css Color HEX #650F5E Palatinate Purple

📋 copy color: '#650F5E'

red 101 ◦ green 15 ◦ blue 94

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

Shades of Palatinate Purple #650F5E

Tints of Palatinate Purple #650F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.14%

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

R = 48.1%
G = 7.14%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#650F5E (or 0x650F5E) is known color: Palatinate Purple. HEX triplet: 65, 0F and 5E. RGB value is (101,15,94). Sum of RGB (Red+Green+Blue) = 101+15+94=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #650F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650F5E is #9AF0A1. Grayscale: #313131. Windows color (decimal): -10154146 or 6164325. OLE color: 6164325.

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

Color convert

RGB 101 15 94 -
CMYK 0 0.85 0.07 0.60
HSL 304.88º 0.74% 0.23% -
HSV(B) 304.88º 0.85% 0.4% -
XYZ 7.56 3.92 10.95 -
YUV 49.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 101 15 94 0 0.85 0.07 0.60 304.88 0.74 0.23
Hex 65 F 5E 0 55 7 3C 131 4A 17
Octal 145 17 136 0 125 7 74 461 112 27
Binary 1100101 1111 1011110 0 1010101 111 111100 100110001 1001010 10111

Color Harmonies of #650F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650F5E

Black with #650F5E

Text Example


Text Example

White with #650F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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