Html Css Color HEX #65175A Palatinate Purple

📋 copy color: '#65175A'

red 101 ◦ green 23 ◦ blue 90

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

Shades of Palatinate Purple #65175A

Tints of Palatinate Purple #65175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.06%

R = 47.2%
G = 10.75%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#65175A (or 0x65175A) is known color: Palatinate Purple. HEX triplet: 65, 17 and 5A. RGB value is (101,23,90). Sum of RGB (Red+Green+Blue) = 101+23+90=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #65175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65175A is #9AE8A5. Grayscale: #353535. Windows color (decimal): -10152102 or 5904229. OLE color: 5904229.

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

Color convert

RGB 101 23 90 -
CMYK 0 0.77 0.11 0.60
HSL 308.46º 0.63% 0.24% -
HSV(B) 308.46º 0.77% 0.4% -
XYZ 7.52 4.12 10.07 -
YUV 53.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 101 23 90 0 0.77 0.11 0.60 308.46 0.63 0.24
Hex 65 17 5A 0 4D B 3C 134 3F 18
Octal 145 27 132 0 115 13 74 464 77 30
Binary 1100101 10111 1011010 0 1001101 1011 111100 100110100 111111 11000

Color Harmonies of #65175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65175A

Black with #65175A

Text Example


Text Example

White with #65175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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