Html Css Color HEX #693865 Palatinate Purple

📋 copy color: '#693865'

red 105 ◦ green 56 ◦ blue 101

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

Shades of Palatinate Purple #693865

Tints of Palatinate Purple #693865

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

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

R = 40.08%
G = 21.37%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#693865 (or 0x693865) is known color: Palatinate Purple. HEX triplet: 69, 38 and 65. RGB value is (105,56,101). Sum of RGB (Red+Green+Blue) = 105+56+101=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #693865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693865 is #96C79A. Grayscale: #4B4B4B. Windows color (decimal): -9881499 or 6633577. OLE color: 6633577.

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

Color convert

RGB 105 56 101 -
CMYK 0 0.47 0.04 0.59
HSL 304.9º 0.3% 0.32% -
HSV(B) 304.9º 0.47% 0.41% -
XYZ 9.59 6.77 13.11 -
YUV 75.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 105 56 101 0 0.47 0.04 0.59 304.9 0.3 0.32
Hex 69 38 65 0 2F 4 3B 131 1E 20
Octal 151 70 145 0 57 4 73 461 36 40
Binary 1101001 111000 1100101 0 101111 100 111011 100110001 11110 100000

Color Harmonies of #693865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693865

Black with #693865

Text Example


Text Example

White with #693865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693865; }

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

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

background-color css

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

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

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

border-color css

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

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

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