Html Css Color HEX #693358 Palatinate Purple

📋 copy color: '#693358'

red 105 ◦ green 51 ◦ blue 88

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

Shades of Palatinate Purple #693358

Tints of Palatinate Purple #693358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

 BLUE value IS 88 (34.77% from 255) = 36.07%

R = 43.03%
G = 20.9%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#693358 (or 0x693358) is known color: Palatinate Purple. HEX triplet: 69, 33 and 58. RGB value is (105,51,88). Sum of RGB (Red+Green+Blue) = 105+51+88=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #693358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693358 is #96CCA7. Grayscale: #474747. Windows color (decimal): -9882792 or 5780329. OLE color: 5780329.

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

Color convert

RGB 105 51 88 -
CMYK 0 0.51 0.16 0.59
HSL 318.89º 0.35% 0.31% -
HSV(B) 318.89º 0.51% 0.41% -
XYZ 8.77 6.08 9.94 -
YUV 71.36 137.39 151.99 -
System Red Green Blue C M Y K H S L
Decimal 105 51 88 0 0.51 0.16 0.59 318.89 0.35 0.31
Hex 69 33 58 0 33 10 3B 13F 23 1F
Octal 151 63 130 0 63 20 73 477 43 37
Binary 1101001 110011 1011000 0 110011 10000 111011 100111111 100011 11111

Color Harmonies of #693358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693358

Black with #693358

Text Example


Text Example

White with #693358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693358; }

 p { color: rgb(105,51,88); }

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

background-color css

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

 a { background-color: rgb(105,51,88); }

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

border-color css

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

 span { border-color: rgb(105,51,88); }

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