Html Css Color HEX #662661 Palatinate Purple

📋 copy color: '#662661'

red 102 ◦ green 38 ◦ blue 97

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

Shades of Palatinate Purple #662661

Tints of Palatinate Purple #662661

RGB

 RED value IS 102 (40.23% from 255) = 43.04%

 GREEN value IS 38 (15.23% from 255) = 16.03%

 BLUE value IS 97 (38.28% from 255) = 40.93%

R = 43.04%
G = 16.03%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#662661 (or 0x662661) is known color: Palatinate Purple. HEX triplet: 66, 26 and 61. RGB value is (102,38,97). Sum of RGB (Red+Green+Blue) = 102+38+97=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #662661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662661 is #99D99E. Grayscale: #3F3F3F. Windows color (decimal): -10082719 or 6366822. OLE color: 6366822.

HSL color Cylindrical-coordinate representation of color #662661: hue angle of 304.69º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662661 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 38 97 -
CMYK 0 0.63 0.05 0.6
HSL 304.69º 0.46% 0.27% -
HSV(B) 304.69º 0.63% 0.4% -
XYZ 8.33 5.07 11.85 -
YUV 63.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 102 38 97 0 0.63 0.05 0.6 304.69 0.46 0.27
Hex 66 26 61 0 3F 5 3C 131 2E 1B
Octal 146 46 141 0 77 5 74 461 56 33
Binary 1100110 100110 1100001 0 111111 101 111100 100110001 101110 11011

Color Harmonies of #662661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662661

Black with #662661

Text Example


Text Example

White with #662661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662661; }

 p { color: rgb(102,38,97); }

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

background-color css

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

 a { background-color: rgb(102,38,97); }

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

border-color css

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

 span { border-color: rgb(102,38,97); }

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