Html Css Color HEX #650E6F Palatinate Purple

📋 copy color: '#650E6F'

red 101 ◦ green 14 ◦ blue 111

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

Shades of Palatinate Purple #650E6F

Tints of Palatinate Purple #650E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.12%

R = 44.69%
G = 6.19%
B = 49.12%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#650E6F (or 0x650E6F) is known color: Palatinate Purple. HEX triplet: 65, 0E and 6F. RGB value is (101,14,111). Sum of RGB (Red+Green+Blue) = 101+14+111=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #650E6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650E6F is #9AF190. Grayscale: #323232. Windows color (decimal): -10154385 or 7278181. OLE color: 7278181.

HSL color Cylindrical-coordinate representation of color #650E6F: hue angle of 293.81º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650E6F is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 14 111 -
CMYK 0.09 0.87 0 0.56
HSL 293.81º 0.78% 0.25% -
HSV(B) 293.81º 0.87% 0.44% -
XYZ 8.39 4.23 15.41 -
YUV 51.07 161.82 163.61 -
System Red Green Blue C M Y K H S L
Decimal 101 14 111 0.09 0.87 0 0.56 293.81 0.78 0.25
Hex 65 E 6F 9 57 0 38 126 4E 19
Octal 145 16 157 11 127 0 70 446 116 31
Binary 1100101 1110 1101111 1001 1010111 0 111000 100100110 1001110 11001

Color Harmonies of #650E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650E6F

Black with #650E6F

Text Example


Text Example

White with #650E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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