Html Css Color HEX #691263 Palatinate Purple

📋 copy color: '#691263'

red 105 ◦ green 18 ◦ blue 99

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

Shades of Palatinate Purple #691263

Tints of Palatinate Purple #691263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44.59%

R = 47.3%
G = 8.11%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#691263 (or 0x691263) is known color: Palatinate Purple. HEX triplet: 69, 12 and 63. RGB value is (105,18,99). Sum of RGB (Red+Green+Blue) = 105+18+99=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #691263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691263 is #96ED9C. Grayscale: #353535. Windows color (decimal): -9891229 or 6492777. OLE color: 6492777.

HSL color Cylindrical-coordinate representation of color #691263: hue angle of 304.14º 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 #691263 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 18 99 -
CMYK 0 0.83 0.06 0.59
HSL 304.14º 0.71% 0.24% -
HSV(B) 304.14º 0.83% 0.41% -
XYZ 8.29 4.34 12.2 -
YUV 53.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 105 18 99 0 0.83 0.06 0.59 304.14 0.71 0.24
Hex 69 12 63 0 53 6 3B 130 47 18
Octal 151 22 143 0 123 6 73 460 107 30
Binary 1101001 10010 1100011 0 1010011 110 111011 100110000 1000111 11000

Color Harmonies of #691263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691263

Black with #691263

Text Example


Text Example

White with #691263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691263; }

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

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

background-color css

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

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

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

border-color css

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

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

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