Html Css Color HEX #671056 Palatinate Purple

📋 copy color: '#671056'

red 103 ◦ green 16 ◦ blue 86

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

Shades of Palatinate Purple #671056

Tints of Palatinate Purple #671056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 41.95%

R = 50.24%
G = 7.8%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#671056 (or 0x671056) is known color: Palatinate Purple. HEX triplet: 67, 10 and 56. RGB value is (103,16,86). Sum of RGB (Red+Green+Blue) = 103+16+86=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #671056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671056 is #98EFA9. Grayscale: #313131. Windows color (decimal): -10022826 or 5640295. OLE color: 5640295.

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

Color convert

RGB 103 16 86 -
CMYK 0 0.84 0.17 0.60
HSL 311.72º 0.73% 0.23% -
HSV(B) 311.72º 0.84% 0.4% -
XYZ 7.46 3.93 9.17 -
YUV 49.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 103 16 86 0 0.84 0.17 0.60 311.72 0.73 0.23
Hex 67 10 56 0 54 11 3C 138 49 17
Octal 147 20 126 0 124 21 74 470 111 27
Binary 1100111 10000 1010110 0 1010100 10001 111100 100111000 1001001 10111

Color Harmonies of #671056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671056

Black with #671056

Text Example


Text Example

White with #671056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671056; }

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

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

background-color css

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

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

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

border-color css

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

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

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