Html Css Color HEX #671261 Palatinate Purple

📋 copy color: '#671261'

red 103 ◦ green 18 ◦ blue 97

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

Shades of Palatinate Purple #671261

Tints of Palatinate Purple #671261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.26%

 BLUE value IS 97 (38.28% from 255) = 44.5%

R = 47.25%
G = 8.26%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#671261 (or 0x671261) is known color: Palatinate Purple. HEX triplet: 67, 12 and 61. RGB value is (103,18,97). Sum of RGB (Red+Green+Blue) = 103+18+97=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #671261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671261 is #98ED9E. Grayscale: #343434. Windows color (decimal): -10022303 or 6361703. OLE color: 6361703.

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

Color convert

RGB 103 18 97 -
CMYK 0 0.83 0.06 0.60
HSL 304.24º 0.7% 0.24% -
HSV(B) 304.24º 0.83% 0.4% -
XYZ 7.97 4.18 11.7 -
YUV 52.42 153.16 164.08 -
System Red Green Blue C M Y K H S L
Decimal 103 18 97 0 0.83 0.06 0.60 304.24 0.7 0.24
Hex 67 12 61 0 53 6 3C 130 46 18
Octal 147 22 141 0 123 6 74 460 106 30
Binary 1100111 10010 1100001 0 1010011 110 111100 100110000 1000110 11000

Color Harmonies of #671261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671261

Black with #671261

Text Example


Text Example

White with #671261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671261; }

 p { color: rgb(103,18,97); }

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

background-color css

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

 a { background-color: rgb(103,18,97); }

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

border-color css

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

 span { border-color: rgb(103,18,97); }

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