Html Css Color HEX #672269 Palatinate Purple

📋 copy color: '#672269'

red 103 ◦ green 34 ◦ blue 105

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

Shades of Palatinate Purple #672269

Tints of Palatinate Purple #672269

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.05%

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

R = 42.56%
G = 14.05%
B = 43.39%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#672269 (or 0x672269) is known color: Palatinate Purple. HEX triplet: 67, 22 and 69. RGB value is (103,34,105). Sum of RGB (Red+Green+Blue) = 103+34+105=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #672269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672269 is #98DD96. Grayscale: #3E3E3E. Windows color (decimal): -10018199 or 6890087. OLE color: 6890087.

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

Color convert

RGB 103 34 105 -
CMYK 0.02 0.68 0 0.59
HSL 298.31º 0.51% 0.27% -
HSV(B) 298.31º 0.68% 0.41% -
XYZ 8.72 5.05 13.88 -
YUV 62.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 103 34 105 0.02 0.68 0 0.59 298.31 0.51 0.27
Hex 67 22 69 2 44 0 3B 12A 33 1B
Octal 147 42 151 2 104 0 73 452 63 33
Binary 1100111 100010 1101001 10 1000100 0 111011 100101010 110011 11011

Color Harmonies of #672269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672269

Black with #672269

Text Example


Text Example

White with #672269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672269; }

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

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

background-color css

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

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

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

border-color css

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

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

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