Html Css Color HEX #693360 Palatinate Purple

📋 copy color: '#693360'

red 105 ◦ green 51 ◦ blue 96

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

Shades of Palatinate Purple #693360

Tints of Palatinate Purple #693360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 41.67%
G = 20.24%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#693360 (or 0x693360) is known color: Palatinate Purple. HEX triplet: 69, 33 and 60. RGB value is (105,51,96). Sum of RGB (Red+Green+Blue) = 105+51+96=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #693360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693360 is #96CC9F. Grayscale: #484848. Windows color (decimal): -9882784 or 6304617. OLE color: 6304617.

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

Color convert

RGB 105 51 96 -
CMYK 0 0.51 0.09 0.59
HSL 310º 0.35% 0.31% -
HSV(B) 310º 0.51% 0.41% -
XYZ 9.12 6.22 11.79 -
YUV 72.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 105 51 96 0 0.51 0.09 0.59 310 0.35 0.31
Hex 69 33 60 0 33 9 3B 136 23 1F
Octal 151 63 140 0 63 11 73 466 43 37
Binary 1101001 110011 1100000 0 110011 1001 111011 100110110 100011 11111

Color Harmonies of #693360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693360

Black with #693360

Text Example


Text Example

White with #693360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693360; }

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

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

background-color css

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

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

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

border-color css

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

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

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