Html Css Color HEX #671155 Palatinate Purple

📋 copy color: '#671155'

red 103 ◦ green 17 ◦ blue 85

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

Shades of Palatinate Purple #671155

Tints of Palatinate Purple #671155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.46%

R = 50.24%
G = 8.29%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#671155 (or 0x671155) is known color: Palatinate Purple. HEX triplet: 67, 11 and 55. RGB value is (103,17,85). Sum of RGB (Red+Green+Blue) = 103+17+85=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #671155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671155 is #98EEAA. Grayscale: #323232. Windows color (decimal): -10022571 or 5575015. OLE color: 5575015.

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

Color convert

RGB 103 17 85 -
CMYK 0 0.83 0.17 0.60
HSL 312.56º 0.72% 0.24% -
HSV(B) 312.56º 0.83% 0.4% -
XYZ 7.43 3.94 8.96 -
YUV 50.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 103 17 85 0 0.83 0.17 0.60 312.56 0.72 0.24
Hex 67 11 55 0 53 11 3C 139 48 18
Octal 147 21 125 0 123 21 74 471 110 30
Binary 1100111 10001 1010101 0 1010011 10001 111100 100111001 1001000 11000

Color Harmonies of #671155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671155

Black with #671155

Text Example


Text Example

White with #671155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671155; }

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

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

background-color css

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

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

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

border-color css

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

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

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