Html Css Color HEX #693465 Palatinate Purple

📋 copy color: '#693465'

red 105 ◦ green 52 ◦ blue 101

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

Shades of Palatinate Purple #693465

Tints of Palatinate Purple #693465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.15%

R = 40.7%
G = 20.16%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#693465 (or 0x693465) is known color: Palatinate Purple. HEX triplet: 69, 34 and 65. RGB value is (105,52,101). Sum of RGB (Red+Green+Blue) = 105+52+101=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #693465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693465 is #96CB9A. Grayscale: #494949. Windows color (decimal): -9882523 or 6632553. OLE color: 6632553.

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

Color convert

RGB 105 52 101 -
CMYK 0 0.50 0.04 0.59
HSL 304.53º 0.34% 0.31% -
HSV(B) 304.53º 0.5% 0.41% -
XYZ 9.4 6.4 13.05 -
YUV 73.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 105 52 101 0 0.50 0.04 0.59 304.53 0.34 0.31
Hex 69 34 65 0 32 4 3B 131 22 1F
Octal 151 64 145 0 62 4 73 461 42 37
Binary 1101001 110100 1100101 0 110010 100 111011 100110001 100010 11111

Color Harmonies of #693465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693465

Black with #693465

Text Example


Text Example

White with #693465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693465; }

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

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

background-color css

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

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

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

border-color css

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

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

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