Html Css Color HEX #692095 Royal Purple

📋 copy color: '#692095'

red 105 ◦ green 32 ◦ blue 149

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

Shades of Royal Purple #692095

Tints of Royal Purple #692095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.19%

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 36.71%
G = 11.19%
B = 52.1%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#692095 (or 0x692095) is known color: Royal Purple. HEX triplet: 69, 20 and 95. RGB value is (105,32,149). Sum of RGB (Red+Green+Blue) = 105+32+149=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #692095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692095 is #96DF6A. Grayscale: #424242. Windows color (decimal): -9887595 or 9773161. OLE color: 9773161.

HSL color Cylindrical-coordinate representation of color #692095: hue angle of 277.44º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #692095 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 32 149 -
CMYK 0.30 0.79 0 0.42
HSL 277.44º 0.65% 0.35% -
HSV(B) 277.44º 0.79% 0.58% -
XYZ 11.77 6.21 29.01 -
YUV 67.17 174.18 154.99 -
System Red Green Blue C M Y K H S L
Decimal 105 32 149 0.30 0.79 0 0.42 277.44 0.65 0.35
Hex 69 20 95 1E 4F 0 2A 115 41 23
Octal 151 40 225 36 117 0 52 425 101 43
Binary 1101001 100000 10010101 11110 1001111 0 101010 100010101 1000001 100011

Color Harmonies of #692095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692095

Black with #692095

Text Example


Text Example

White with #692095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692095; }

 p { color: rgb(105,32,149); }

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

background-color css

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

 a { background-color: rgb(105,32,149); }

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

border-color css

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

 span { border-color: rgb(105,32,149); }

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