Html Css Color HEX #65106A Palatinate Purple

📋 copy color: '#65106A'

red 101 ◦ green 16 ◦ blue 106

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

Shades of Palatinate Purple #65106A

Tints of Palatinate Purple #65106A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.17%

 BLUE value IS 106 (41.8% from 255) = 47.53%

R = 45.29%
G = 7.17%
B = 47.53%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#65106A (or 0x65106A) is known color: Palatinate Purple. HEX triplet: 65, 10 and 6A. RGB value is (101,16,106). Sum of RGB (Red+Green+Blue) = 101+16+106=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 106 - color contains mainly: blue. Hex color #65106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65106A is #9AEF95. Grayscale: #333333. Windows color (decimal): -10153878 or 6951013. OLE color: 6951013.

HSL color Cylindrical-coordinate representation of color #65106A: hue angle of 296.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65106A is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 101 16 106 -
CMYK 0.05 0.85 0 0.58
HSL 296.67º 0.74% 0.24% -
HSV(B) 296.67º 0.85% 0.42% -
XYZ 8.15 4.18 14.01 -
YUV 51.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 101 16 106 0.05 0.85 0 0.58 296.67 0.74 0.24
Hex 65 10 6A 5 55 0 3A 129 4A 18
Octal 145 20 152 5 125 0 72 451 112 30
Binary 1100101 10000 1101010 101 1010101 0 111010 100101001 1001010 11000

Color Harmonies of #65106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65106A

Black with #65106A

Text Example


Text Example

White with #65106A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,16,106); }

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

background-color css

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

 a { background-color: rgb(101,16,106); }

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

border-color css

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

 span { border-color: rgb(101,16,106); }

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