Html Css Color HEX #671668 Palatinate Purple

📋 copy color: '#671668'

red 103 ◦ green 22 ◦ blue 104

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

Shades of Palatinate Purple #671668

Tints of Palatinate Purple #671668

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.61%

 BLUE value IS 104 (41.02% from 255) = 45.41%

R = 44.98%
G = 9.61%
B = 45.41%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#671668 (or 0x671668) is known color: Palatinate Purple. HEX triplet: 67, 16 and 68. RGB value is (103,22,104). Sum of RGB (Red+Green+Blue) = 103+22+104=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #671668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671668 is #98E997. Grayscale: #373737. Windows color (decimal): -10021272 or 6821479. OLE color: 6821479.

HSL color Cylindrical-coordinate representation of color #671668: hue angle of 299.27º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #671668 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 22 104 -
CMYK 0.01 0.79 0 0.59
HSL 299.27º 0.65% 0.25% -
HSV(B) 299.27º 0.79% 0.41% -
XYZ 8.38 4.46 13.52 -
YUV 55.57 155.34 161.83 -
System Red Green Blue C M Y K H S L
Decimal 103 22 104 0.01 0.79 0 0.59 299.27 0.65 0.25
Hex 67 16 68 1 4F 0 3B 12B 41 19
Octal 147 26 150 1 117 0 73 453 101 31
Binary 1100111 10110 1101000 1 1001111 0 111011 100101011 1000001 11001

Color Harmonies of #671668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671668

Black with #671668

Text Example


Text Example

White with #671668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671668; }

 p { color: rgb(103,22,104); }

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

background-color css

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

 a { background-color: rgb(103,22,104); }

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

border-color css

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

 span { border-color: rgb(103,22,104); }

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