Html Css Color HEX #693262 Palatinate Purple

📋 copy color: '#693262'

red 105 ◦ green 50 ◦ blue 98

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

Shades of Palatinate Purple #693262

Tints of Palatinate Purple #693262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

 BLUE value IS 98 (38.67% from 255) = 38.74%

R = 41.5%
G = 19.76%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#693262 (or 0x693262) is known color: Palatinate Purple. HEX triplet: 69, 32 and 62. RGB value is (105,50,98). Sum of RGB (Red+Green+Blue) = 105+50+98=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #693262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693262 is #96CD9D. Grayscale: #474747. Windows color (decimal): -9883038 or 6435433. OLE color: 6435433.

HSL color Cylindrical-coordinate representation of color #693262: hue angle of 307.64º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #693262 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 50 98 -
CMYK 0 0.52 0.07 0.59
HSL 307.64º 0.35% 0.3% -
HSV(B) 307.64º 0.52% 0.41% -
XYZ 9.17 6.17 12.26 -
YUV 71.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 105 50 98 0 0.52 0.07 0.59 307.64 0.35 0.3
Hex 69 32 62 0 34 7 3B 134 23 1E
Octal 151 62 142 0 64 7 73 464 43 36
Binary 1101001 110010 1100010 0 110100 111 111011 100110100 100011 11110

Color Harmonies of #693262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693262

Black with #693262

Text Example


Text Example

White with #693262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693262; }

 p { color: rgb(105,50,98); }

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

background-color css

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

 a { background-color: rgb(105,50,98); }

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

border-color css

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

 span { border-color: rgb(105,50,98); }

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