Html Css Color HEX #671066 Palatinate Purple

📋 copy color: '#671066'

red 103 ◦ green 16 ◦ blue 102

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

Shades of Palatinate Purple #671066

Tints of Palatinate Purple #671066

RGB

 RED value IS 103 (40.63% from 255) = 46.61%

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

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

R = 46.61%
G = 7.24%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#671066 (or 0x671066) is known color: Palatinate Purple. HEX triplet: 67, 10 and 66. RGB value is (103,16,102). Sum of RGB (Red+Green+Blue) = 103+16+102=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #671066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671066 is #98EF99. Grayscale: #333333. Windows color (decimal): -10022810 or 6688871. OLE color: 6688871.

HSL color Cylindrical-coordinate representation of color #671066: hue angle of 300.69º 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 #671066 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 16 102 -
CMYK 0 0.84 0.01 0.60
HSL 300.69º 0.73% 0.23% -
HSV(B) 300.69º 0.84% 0.4% -
XYZ 8.18 4.21 12.95 -
YUV 51.82 156.32 164.51 -
System Red Green Blue C M Y K H S L
Decimal 103 16 102 0 0.84 0.01 0.60 300.69 0.73 0.23
Hex 67 10 66 0 54 1 3C 12D 49 17
Octal 147 20 146 0 124 1 74 455 111 27
Binary 1100111 10000 1100110 0 1010100 1 111100 100101101 1001001 10111

Color Harmonies of #671066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671066

Black with #671066

Text Example


Text Example

White with #671066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671066; }

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

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

background-color css

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

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

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

border-color css

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

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

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