Html Css Color HEX #671166 Palatinate Purple

📋 copy color: '#671166'

red 103 ◦ green 17 ◦ blue 102

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

Shades of Palatinate Purple #671166

Tints of Palatinate Purple #671166

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.66%

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

R = 46.4%
G = 7.66%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#671166 (or 0x671166) is known color: Palatinate Purple. HEX triplet: 67, 11 and 66. RGB value is (103,17,102). Sum of RGB (Red+Green+Blue) = 103+17+102=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #671166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671166 is #98EE99. Grayscale: #343434. Windows color (decimal): -10022554 or 6689127. OLE color: 6689127.

HSL color Cylindrical-coordinate representation of color #671166: hue angle of 300.7º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671166 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 17 102 -
CMYK 0 0.83 0.01 0.60
HSL 300.7º 0.72% 0.24% -
HSV(B) 300.7º 0.83% 0.4% -
XYZ 8.19 4.24 12.96 -
YUV 52.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 103 17 102 0 0.83 0.01 0.60 300.7 0.72 0.24
Hex 67 11 66 0 53 1 3C 12D 48 18
Octal 147 21 146 0 123 1 74 455 110 30
Binary 1100111 10001 1100110 0 1010011 1 111100 100101101 1001000 11000

Color Harmonies of #671166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671166

Black with #671166

Text Example


Text Example

White with #671166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671166; }

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

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

background-color css

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

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

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

border-color css

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

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

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