Html Css Color HEX #671A53 Palatinate Purple

📋 copy color: '#671A53'

red 103 ◦ green 26 ◦ blue 83

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

Shades of Palatinate Purple #671A53

Tints of Palatinate Purple #671A53

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.26%

 BLUE value IS 83 (32.81% from 255) = 39.15%

R = 48.58%
G = 12.26%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#671A53 (or 0x671A53) is known color: Palatinate Purple. HEX triplet: 67, 1A and 53. RGB value is (103,26,83). Sum of RGB (Red+Green+Blue) = 103+26+83=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #671A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671A53 is #98E5AC. Grayscale: #373737. Windows color (decimal): -10020269 or 5446247. OLE color: 5446247.

HSL color Cylindrical-coordinate representation of color #671A53: hue angle of 315.58º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #671A53 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 26 83 -
CMYK 0 0.75 0.19 0.60
HSL 315.58º 0.6% 0.25% -
HSV(B) 315.58º 0.75% 0.4% -
XYZ 7.52 4.25 8.61 -
YUV 55.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 103 26 83 0 0.75 0.19 0.60 315.58 0.6 0.25
Hex 67 1A 53 0 4B 13 3C 13C 3C 19
Octal 147 32 123 0 113 23 74 474 74 31
Binary 1100111 11010 1010011 0 1001011 10011 111100 100111100 111100 11001

Color Harmonies of #671A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671A53

Black with #671A53

Text Example


Text Example

White with #671A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,26,83); }

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

background-color css

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

 a { background-color: rgb(103,26,83); }

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

border-color css

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

 span { border-color: rgb(103,26,83); }

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