Html Css Color HEX #692362 Palatinate Purple

📋 copy color: '#692362'

red 105 ◦ green 35 ◦ blue 98

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

Shades of Palatinate Purple #692362

Tints of Palatinate Purple #692362

RGB

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

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

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

R = 44.12%
G = 14.71%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#692362 (or 0x692362) is known color: Palatinate Purple. HEX triplet: 69, 23 and 62. RGB value is (105,35,98). Sum of RGB (Red+Green+Blue) = 105+35+98=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #692362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692362 is #96DC9D. Grayscale: #3E3E3E. Windows color (decimal): -9886878 or 6431593. OLE color: 6431593.

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

Color convert

RGB 105 35 98 -
CMYK 0 0.67 0.07 0.59
HSL 306º 0.5% 0.27% -
HSV(B) 306º 0.67% 0.41% -
XYZ 8.63 5.09 12.08 -
YUV 63.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 105 35 98 0 0.67 0.07 0.59 306 0.5 0.27
Hex 69 23 62 0 43 7 3B 132 32 1B
Octal 151 43 142 0 103 7 73 462 62 33
Binary 1101001 100011 1100010 0 1000011 111 111011 100110010 110010 11011

Color Harmonies of #692362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692362

Black with #692362

Text Example


Text Example

White with #692362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692362; }

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

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

background-color css

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

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

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

border-color css

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

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

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