Html Css Color HEX #65175E Palatinate Purple

📋 copy color: '#65175E'

red 101 ◦ green 23 ◦ blue 94

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

Shades of Palatinate Purple #65175E

Tints of Palatinate Purple #65175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

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

R = 46.33%
G = 10.55%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#65175E (or 0x65175E) is known color: Palatinate Purple. HEX triplet: 65, 17 and 5E. RGB value is (101,23,94). Sum of RGB (Red+Green+Blue) = 101+23+94=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #65175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65175E is #9AE8A1. Grayscale: #363636. Windows color (decimal): -10152098 or 6166373. OLE color: 6166373.

HSL color Cylindrical-coordinate representation of color #65175E: hue angle of 305.38º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65175E is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 23 94 -
CMYK 0 0.77 0.07 0.60
HSL 305.38º 0.63% 0.24% -
HSV(B) 305.38º 0.77% 0.4% -
XYZ 7.69 4.19 10.99 -
YUV 54.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 101 23 94 0 0.77 0.07 0.60 305.38 0.63 0.24
Hex 65 17 5E 0 4D 7 3C 131 3F 18
Octal 145 27 136 0 115 7 74 461 77 30
Binary 1100101 10111 1011110 0 1001101 111 111100 100110001 111111 11000

Color Harmonies of #65175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65175E

Black with #65175E

Text Example


Text Example

White with #65175E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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