Html Css Color HEX #693458 Palatinate Purple

📋 copy color: '#693458'

red 105 ◦ green 52 ◦ blue 88

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

Shades of Palatinate Purple #693458

Tints of Palatinate Purple #693458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

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

R = 42.86%
G = 21.22%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#693458 (or 0x693458) is known color: Palatinate Purple. HEX triplet: 69, 34 and 58. RGB value is (105,52,88). Sum of RGB (Red+Green+Blue) = 105+52+88=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #693458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693458 is #96CBA7. Grayscale: #474747. Windows color (decimal): -9882536 or 5780585. OLE color: 5780585.

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

Color convert

RGB 105 52 88 -
CMYK 0 0.50 0.16 0.59
HSL 319.25º 0.34% 0.31% -
HSV(B) 319.25º 0.5% 0.41% -
XYZ 8.82 6.16 9.96 -
YUV 71.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 105 52 88 0 0.50 0.16 0.59 319.25 0.34 0.31
Hex 69 34 58 0 32 10 3B 13F 22 1F
Octal 151 64 130 0 62 20 73 477 42 37
Binary 1101001 110100 1011000 0 110010 10000 111011 100111111 100010 11111

Color Harmonies of #693458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693458

Black with #693458

Text Example


Text Example

White with #693458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693458; }

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

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

background-color css

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

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

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

border-color css

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

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

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