Html Css Color HEX #65106C Palatinate Purple

📋 copy color: '#65106C'

red 101 ◦ green 16 ◦ blue 108

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

Shades of Palatinate Purple #65106C

Tints of Palatinate Purple #65106C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48%

R = 44.89%
G = 7.11%
B = 48%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#65106C (or 0x65106C) is known color: Palatinate Purple. HEX triplet: 65, 10 and 6C. RGB value is (101,16,108). Sum of RGB (Red+Green+Blue) = 101+16+108=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #65106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65106C is #9AEF93. Grayscale: #333333. Windows color (decimal): -10153876 or 7082085. OLE color: 7082085.

HSL color Cylindrical-coordinate representation of color #65106C: hue angle of 295.43º 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 #65106C is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 101 16 108 -
CMYK 0.06 0.85 0 0.58
HSL 295.43º 0.74% 0.24% -
HSV(B) 295.43º 0.85% 0.42% -
XYZ 8.26 4.22 14.57 -
YUV 51.9 159.66 163.02 -
System Red Green Blue C M Y K H S L
Decimal 101 16 108 0.06 0.85 0 0.58 295.43 0.74 0.24
Hex 65 10 6C 6 55 0 3A 127 4A 18
Octal 145 20 154 6 125 0 72 447 112 30
Binary 1100101 10000 1101100 110 1010101 0 111010 100100111 1001010 11000

Color Harmonies of #65106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65106C

Black with #65106C

Text Example


Text Example

White with #65106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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