Html Css Color HEX #65165F Palatinate Purple

📋 copy color: '#65165F'

red 101 ◦ green 22 ◦ blue 95

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

Shades of Palatinate Purple #65165F

Tints of Palatinate Purple #65165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

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

R = 46.33%
G = 10.09%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#65165F (or 0x65165F) is known color: Palatinate Purple. HEX triplet: 65, 16 and 5F. RGB value is (101,22,95). Sum of RGB (Red+Green+Blue) = 101+22+95=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #65165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65165F is #9AE9A0. Grayscale: #353535. Windows color (decimal): -10152353 or 6231653. OLE color: 6231653.

HSL color Cylindrical-coordinate representation of color #65165F: hue angle of 304.56º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65165F is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 22 95 -
CMYK 0 0.78 0.06 0.60
HSL 304.56º 0.64% 0.24% -
HSV(B) 304.56º 0.78% 0.4% -
XYZ 7.72 4.17 11.22 -
YUV 53.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 101 22 95 0 0.78 0.06 0.60 304.56 0.64 0.24
Hex 65 16 5F 0 4E 6 3C 131 40 18
Octal 145 26 137 0 116 6 74 461 100 30
Binary 1100101 10110 1011111 0 1001110 110 111100 100110001 1000000 11000

Color Harmonies of #65165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65165F

Black with #65165F

Text Example


Text Example

White with #65165F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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