Html Css Color HEX #692895 Royal Purple

📋 copy color: '#692895'

red 105 ◦ green 40 ◦ blue 149

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

Shades of Royal Purple #692895

Tints of Royal Purple #692895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.61%

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

R = 35.71%
G = 13.61%
B = 50.68%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#692895 (or 0x692895) is known color: Royal Purple. HEX triplet: 69, 28 and 95. RGB value is (105,40,149). Sum of RGB (Red+Green+Blue) = 105+40+149=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #692895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692895 is #96D76A. Grayscale: #474747. Windows color (decimal): -9885547 or 9775209. OLE color: 9775209.

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

Color convert

RGB 105 40 149 -
CMYK 0.30 0.73 0 0.42
HSL 275.78º 0.58% 0.37% -
HSV(B) 275.78º 0.73% 0.58% -
XYZ 12.01 6.69 29.09 -
YUV 71.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 105 40 149 0.30 0.73 0 0.42 275.78 0.58 0.37
Hex 69 28 95 1E 49 0 2A 114 3A 25
Octal 151 50 225 36 111 0 52 424 72 45
Binary 1101001 101000 10010101 11110 1001001 0 101010 100010100 111010 100101

Color Harmonies of #692895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692895

Black with #692895

Text Example


Text Example

White with #692895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692895; }

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

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

background-color css

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

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

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

border-color css

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

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

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