Html Css Color HEX #65175F Palatinate Purple

📋 copy color: '#65175F'

red 101 ◦ green 23 ◦ blue 95

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

Shades of Palatinate Purple #65175F

Tints of Palatinate Purple #65175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.38%

R = 46.12%
G = 10.5%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#65175F (or 0x65175F) is known color: Palatinate Purple. HEX triplet: 65, 17 and 5F. RGB value is (101,23,95). Sum of RGB (Red+Green+Blue) = 101+23+95=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #65175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65175F is #9AE8A0. Grayscale: #363636. Windows color (decimal): -10152097 or 6231909. OLE color: 6231909.

HSL color Cylindrical-coordinate representation of color #65175F: hue angle of 304.62º 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 #65175F is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 23 95 -
CMYK 0 0.77 0.06 0.60
HSL 304.62º 0.63% 0.24% -
HSV(B) 304.62º 0.77% 0.4% -
XYZ 7.74 4.21 11.23 -
YUV 54.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 101 23 95 0 0.77 0.06 0.60 304.62 0.63 0.24
Hex 65 17 5F 0 4D 6 3C 131 3F 18
Octal 145 27 137 0 115 6 74 461 77 30
Binary 1100101 10111 1011111 0 1001101 110 111100 100110001 111111 11000

Color Harmonies of #65175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65175F

Black with #65175F

Text Example


Text Example

White with #65175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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