Html Css Color HEX #671969 Palatinate Purple

📋 copy color: '#671969'

red 103 ◦ green 25 ◦ blue 105

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

Shades of Palatinate Purple #671969

Tints of Palatinate Purple #671969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.73%

 BLUE value IS 105 (41.41% from 255) = 45.06%

R = 44.21%
G = 10.73%
B = 45.06%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#671969 (or 0x671969) is known color: Palatinate Purple. HEX triplet: 67, 19 and 69. RGB value is (103,25,105). Sum of RGB (Red+Green+Blue) = 103+25+105=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #671969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671969 is #98E696. Grayscale: #393939. Windows color (decimal): -10020503 or 6887783. OLE color: 6887783.

HSL color Cylindrical-coordinate representation of color #671969: hue angle of 298.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #671969 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 25 105 -
CMYK 0.02 0.76 0 0.59
HSL 298.5º 0.62% 0.25% -
HSV(B) 298.5º 0.76% 0.41% -
XYZ 8.49 4.6 13.8 -
YUV 57.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 103 25 105 0.02 0.76 0 0.59 298.5 0.62 0.25
Hex 67 19 69 2 4C 0 3B 12A 3E 19
Octal 147 31 151 2 114 0 73 452 76 31
Binary 1100111 11001 1101001 10 1001100 0 111011 100101010 111110 11001

Color Harmonies of #671969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671969

Black with #671969

Text Example


Text Example

White with #671969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671969; }

 p { color: rgb(103,25,105); }

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

background-color css

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

 a { background-color: rgb(103,25,105); }

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

border-color css

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

 span { border-color: rgb(103,25,105); }

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