Html Css Color HEX #692365 Palatinate Purple

📋 copy color: '#692365'

red 105 ◦ green 35 ◦ blue 101

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

Shades of Palatinate Purple #692365

Tints of Palatinate Purple #692365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.52%

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

R = 43.57%
G = 14.52%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#692365 (or 0x692365) is known color: Palatinate Purple. HEX triplet: 69, 23 and 65. RGB value is (105,35,101). Sum of RGB (Red+Green+Blue) = 105+35+101=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #692365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692365 is #96DC9A. Grayscale: #3F3F3F. Windows color (decimal): -9886875 or 6628201. OLE color: 6628201.

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

Color convert

RGB 105 35 101 -
CMYK 0 0.67 0.04 0.59
HSL 303.43º 0.5% 0.27% -
HSV(B) 303.43º 0.67% 0.41% -
XYZ 8.78 5.14 12.84 -
YUV 63.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 105 35 101 0 0.67 0.04 0.59 303.43 0.5 0.27
Hex 69 23 65 0 43 4 3B 12F 32 1B
Octal 151 43 145 0 103 4 73 457 62 33
Binary 1101001 100011 1100101 0 1000011 100 111011 100101111 110010 11011

Color Harmonies of #692365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692365

Black with #692365

Text Example


Text Example

White with #692365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692365; }

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

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

background-color css

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

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

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

border-color css

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

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

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