Html Css Color HEX #691253 Palatinate Purple

📋 copy color: '#691253'

red 105 ◦ green 18 ◦ blue 83

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

Shades of Palatinate Purple #691253

Tints of Palatinate Purple #691253

RGB

 RED value IS 105 (41.41% from 255) = 50.97%

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

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

R = 50.97%
G = 8.74%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#691253 (or 0x691253) is known color: Palatinate Purple. HEX triplet: 69, 12 and 53. RGB value is (105,18,83). Sum of RGB (Red+Green+Blue) = 105+18+83=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #691253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691253 is #96EDAC. Grayscale: #333333. Windows color (decimal): -9891245 or 5444201. OLE color: 5444201.

HSL color Cylindrical-coordinate representation of color #691253: hue angle of 315.17º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691253 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 18 83 -
CMYK 0 0.83 0.21 0.59
HSL 315.17º 0.71% 0.24% -
HSV(B) 315.17º 0.83% 0.41% -
XYZ 7.6 4.06 8.57 -
YUV 51.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 105 18 83 0 0.83 0.21 0.59 315.17 0.71 0.24
Hex 69 12 53 0 53 15 3B 13B 47 18
Octal 151 22 123 0 123 25 73 473 107 30
Binary 1101001 10010 1010011 0 1010011 10101 111011 100111011 1000111 11000

Color Harmonies of #691253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691253

Black with #691253

Text Example


Text Example

White with #691253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691253; }

 p { color: rgb(105,18,83); }

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

background-color css

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

 a { background-color: rgb(105,18,83); }

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

border-color css

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

 span { border-color: rgb(105,18,83); }

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