Html Css Color HEX #65165A Palatinate Purple

📋 copy color: '#65165A'

red 101 ◦ green 22 ◦ blue 90

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

Shades of Palatinate Purple #65165A

Tints of Palatinate Purple #65165A

RGB

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

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

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

R = 47.42%
G = 10.33%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#65165A (or 0x65165A) is known color: Palatinate Purple. HEX triplet: 65, 16 and 5A. RGB value is (101,22,90). Sum of RGB (Red+Green+Blue) = 101+22+90=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #65165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65165A is #9AE9A5. Grayscale: #353535. Windows color (decimal): -10152358 or 5903973. OLE color: 5903973.

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

Color convert

RGB 101 22 90 -
CMYK 0 0.78 0.11 0.60
HSL 308.35º 0.64% 0.24% -
HSV(B) 308.35º 0.78% 0.4% -
XYZ 7.5 4.08 10.06 -
YUV 53.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 101 22 90 0 0.78 0.11 0.60 308.35 0.64 0.24
Hex 65 16 5A 0 4E B 3C 134 40 18
Octal 145 26 132 0 116 13 74 464 100 30
Binary 1100101 10110 1011010 0 1001110 1011 111100 100110100 1000000 11000

Color Harmonies of #65165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65165A

Black with #65165A

Text Example


Text Example

White with #65165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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