Html Css Color HEX #65116E Palatinate Purple

📋 copy color: '#65116E'

red 101 ◦ green 17 ◦ blue 110

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

Shades of Palatinate Purple #65116E

Tints of Palatinate Purple #65116E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.46%

 BLUE value IS 110 (43.36% from 255) = 48.25%

R = 44.3%
G = 7.46%
B = 48.25%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#65116E (or 0x65116E) is known color: Palatinate Purple. HEX triplet: 65, 11 and 6E. RGB value is (101,17,110). Sum of RGB (Red+Green+Blue) = 101+17+110=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #65116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65116E is #9AEE91. Grayscale: #343434. Windows color (decimal): -10153618 or 7213413. OLE color: 7213413.

HSL color Cylindrical-coordinate representation of color #65116E: hue angle of 294.19º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65116E is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 101 17 110 -
CMYK 0.08 0.85 0 0.57
HSL 294.19º 0.73% 0.25% -
HSV(B) 294.19º 0.85% 0.43% -
XYZ 8.38 4.29 15.14 -
YUV 52.72 160.33 162.44 -
System Red Green Blue C M Y K H S L
Decimal 101 17 110 0.08 0.85 0 0.57 294.19 0.73 0.25
Hex 65 11 6E 8 55 0 39 126 49 19
Octal 145 21 156 10 125 0 71 446 111 31
Binary 1100101 10001 1101110 1000 1010101 0 111001 100100110 1001001 11001

Color Harmonies of #65116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65116E

Black with #65116E

Text Example


Text Example

White with #65116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65116E; }

 p { color: rgb(101,17,110); }

 H1.HeaderClassName
 {
   color: #65116E;
 }
 .AnyTagClassName
 {
   color: #65116E;
 }
</style>

background-color css

<style>
 a { background-color: #65116E; }

 a { background-color: rgb(101,17,110); }

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

border-color css

<style>
 span { border-color: #65116E; }

 span { border-color: rgb(101,17,110); }

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