Html Css Color HEX #671068 Palatinate Purple

📋 copy color: '#671068'

red 103 ◦ green 16 ◦ blue 104

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

Shades of Palatinate Purple #671068

Tints of Palatinate Purple #671068

RGB

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

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

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

R = 46.19%
G = 7.17%
B = 46.64%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#671068 (or 0x671068) is known color: Palatinate Purple. HEX triplet: 67, 10 and 68. RGB value is (103,16,104). Sum of RGB (Red+Green+Blue) = 103+16+104=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #671068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671068 is #98EF97. Grayscale: #333333. Windows color (decimal): -10022808 or 6819943. OLE color: 6819943.

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

Color convert

RGB 103 16 104 -
CMYK 0.01 0.85 0 0.59
HSL 299.32º 0.73% 0.24% -
HSV(B) 299.32º 0.85% 0.41% -
XYZ 8.28 4.25 13.48 -
YUV 52.05 157.32 164.34 -
System Red Green Blue C M Y K H S L
Decimal 103 16 104 0.01 0.85 0 0.59 299.32 0.73 0.24
Hex 67 10 68 1 55 0 3B 12B 49 18
Octal 147 20 150 1 125 0 73 453 111 30
Binary 1100111 10000 1101000 1 1010101 0 111011 100101011 1001001 11000

Color Harmonies of #671068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671068

Black with #671068

Text Example


Text Example

White with #671068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671068; }

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

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

background-color css

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

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

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

border-color css

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

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

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