Html Css Color HEX #650F5D Palatinate Purple

📋 copy color: '#650F5D'

red 101 ◦ green 15 ◦ blue 93

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

Shades of Palatinate Purple #650F5D

Tints of Palatinate Purple #650F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 48.33%
G = 7.18%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#650F5D (or 0x650F5D) is known color: Palatinate Purple. HEX triplet: 65, 0F and 5D. RGB value is (101,15,93). Sum of RGB (Red+Green+Blue) = 101+15+93=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #650F5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650F5D is #9AF0A2. Grayscale: #313131. Windows color (decimal): -10154147 or 6098789. OLE color: 6098789.

HSL color Cylindrical-coordinate representation of color #650F5D: hue angle of 305.58º 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 #650F5D is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 15 93 -
CMYK 0 0.85 0.08 0.60
HSL 305.58º 0.74% 0.23% -
HSV(B) 305.58º 0.85% 0.4% -
XYZ 7.51 3.9 10.71 -
YUV 49.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 101 15 93 0 0.85 0.08 0.60 305.58 0.74 0.23
Hex 65 F 5D 0 55 8 3C 132 4A 17
Octal 145 17 135 0 125 10 74 462 112 27
Binary 1100101 1111 1011101 0 1010101 1000 111100 100110010 1001010 10111

Color Harmonies of #650F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650F5D

Black with #650F5D

Text Example


Text Example

White with #650F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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