Html Css Color HEX #694462 Palatinate Purple

📋 copy color: '#694462'

red 105 ◦ green 68 ◦ blue 98

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

Shades of Palatinate Purple #694462

Tints of Palatinate Purple #694462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

 BLUE value IS 98 (38.67% from 255) = 36.16%

R = 38.75%
G = 25.09%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#694462 (or 0x694462) is known color: Palatinate Purple. HEX triplet: 69, 44 and 62. RGB value is (105,68,98). Sum of RGB (Red+Green+Blue) = 105+68+98=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #694462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694462 is #96BB9D. Grayscale: #525252. Windows color (decimal): -9878430 or 6440041. OLE color: 6440041.

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

Color convert

RGB 105 68 98 -
CMYK 0 0.35 0.07 0.59
HSL 311.35º 0.21% 0.34% -
HSV(B) 311.35º 0.35% 0.41% -
XYZ 10.1 8.02 12.57 -
YUV 82.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 105 68 98 0 0.35 0.07 0.59 311.35 0.21 0.34
Hex 69 44 62 0 23 7 3B 137 15 22
Octal 151 104 142 0 43 7 73 467 25 42
Binary 1101001 1000100 1100010 0 100011 111 111011 100110111 10101 100010

Color Harmonies of #694462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694462

Black with #694462

Text Example


Text Example

White with #694462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694462; }

 p { color: rgb(105,68,98); }

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

background-color css

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

 a { background-color: rgb(105,68,98); }

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

border-color css

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

 span { border-color: rgb(105,68,98); }

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