Html Css Color HEX #671D68 Palatinate Purple

📋 copy color: '#671D68'

red 103 ◦ green 29 ◦ blue 104

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

Shades of Palatinate Purple #671D68

Tints of Palatinate Purple #671D68

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.29%

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

R = 43.64%
G = 12.29%
B = 44.07%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#671D68 (or 0x671D68) is known color: Palatinate Purple. HEX triplet: 67, 1D and 68. RGB value is (103,29,104). Sum of RGB (Red+Green+Blue) = 103+29+104=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #671D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671D68 is #98E297. Grayscale: #3B3B3B. Windows color (decimal): -10019480 or 6823271. OLE color: 6823271.

HSL color Cylindrical-coordinate representation of color #671D68: hue angle of 299.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #671D68 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 29 104 -
CMYK 0.01 0.72 0 0.59
HSL 299.2º 0.56% 0.26% -
HSV(B) 299.2º 0.72% 0.41% -
XYZ 8.53 4.76 13.57 -
YUV 59.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 103 29 104 0.01 0.72 0 0.59 299.2 0.56 0.26
Hex 67 1D 68 1 48 0 3B 12B 38 1A
Octal 147 35 150 1 110 0 73 453 70 32
Binary 1100111 11101 1101000 1 1001000 0 111011 100101011 111000 11010

Color Harmonies of #671D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671D68

Black with #671D68

Text Example


Text Example

White with #671D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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