Html Css Color HEX #651066 Palatinate Purple

📋 copy color: '#651066'

red 101 ◦ green 16 ◦ blue 102

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

Shades of Palatinate Purple #651066

Tints of Palatinate Purple #651066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.58%

R = 46.12%
G = 7.31%
B = 46.58%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#651066 (or 0x651066) is known color: Palatinate Purple. HEX triplet: 65, 10 and 66. RGB value is (101,16,102). Sum of RGB (Red+Green+Blue) = 101+16+102=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #651066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651066 is #9AEF99. Grayscale: #323232. Windows color (decimal): -10153882 or 6688869. OLE color: 6688869.

HSL color Cylindrical-coordinate representation of color #651066: hue angle of 299.3º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651066 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 101 16 102 -
CMYK 0.01 0.84 0 0.6
HSL 299.3º 0.73% 0.23% -
HSV(B) 299.3º 0.84% 0.4% -
XYZ 7.95 4.1 12.94 -
YUV 51.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 101 16 102 0.01 0.84 0 0.6 299.3 0.73 0.23
Hex 65 10 66 1 54 0 3C 12B 49 17
Octal 145 20 146 1 124 0 74 453 111 27
Binary 1100101 10000 1100110 1 1010100 0 111100 100101011 1001001 10111

Color Harmonies of #651066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651066

Black with #651066

Text Example


Text Example

White with #651066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651066; }

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

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

background-color css

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

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

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

border-color css

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

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

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