Html Css Color HEX #691953 Palatinate Purple

📋 copy color: '#691953'

red 105 ◦ green 25 ◦ blue 83

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

Shades of Palatinate Purple #691953

Tints of Palatinate Purple #691953

RGB

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

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

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

R = 49.3%
G = 11.74%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#691953 (or 0x691953) is known color: Palatinate Purple. HEX triplet: 69, 19 and 53. RGB value is (105,25,83). Sum of RGB (Red+Green+Blue) = 105+25+83=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #691953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691953 is #96E6AC. Grayscale: #373737. Windows color (decimal): -9889453 or 5445993. OLE color: 5445993.

HSL color Cylindrical-coordinate representation of color #691953: hue angle of 316.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 #691953 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 25 83 -
CMYK 0 0.76 0.21 0.59
HSL 316.5º 0.62% 0.25% -
HSV(B) 316.5º 0.76% 0.41% -
XYZ 7.73 4.32 8.61 -
YUV 55.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 105 25 83 0 0.76 0.21 0.59 316.5 0.62 0.25
Hex 69 19 53 0 4C 15 3B 13C 3E 19
Octal 151 31 123 0 114 25 73 474 76 31
Binary 1101001 11001 1010011 0 1001100 10101 111011 100111100 111110 11001

Color Harmonies of #691953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691953

Black with #691953

Text Example


Text Example

White with #691953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691953; }

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

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

background-color css

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

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

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

border-color css

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

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

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