Html Css Color HEX #693092 Royal Purple

📋 copy color: '#693092'

red 105 ◦ green 48 ◦ blue 146

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

Shades of Royal Purple #693092

Tints of Royal Purple #693092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.05%

 BLUE value IS 146 (57.42% from 255) = 48.83%

R = 35.12%
G = 16.05%
B = 48.83%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#693092 (or 0x693092) is known color: Royal Purple. HEX triplet: 69, 30 and 92. RGB value is (105,48,146). Sum of RGB (Red+Green+Blue) = 105+48+146=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #693092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693092 is #96CF6D. Grayscale: #4B4B4B. Windows color (decimal): -9883502 or 9580649. OLE color: 9580649.

HSL color Cylindrical-coordinate representation of color #693092: hue angle of 274.9º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #693092 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 48 146 -
CMYK 0.28 0.67 0 0.43
HSL 274.9º 0.51% 0.38% -
HSV(B) 274.9º 0.67% 0.57% -
XYZ 12.07 7.19 27.95 -
YUV 76.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 105 48 146 0.28 0.67 0 0.43 274.9 0.51 0.38
Hex 69 30 92 1C 43 0 2B 113 33 26
Octal 151 60 222 34 103 0 53 423 63 46
Binary 1101001 110000 10010010 11100 1000011 0 101011 100010011 110011 100110

Color Harmonies of #693092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693092

Black with #693092

Text Example


Text Example

White with #693092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693092; }

 p { color: rgb(105,48,146); }

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

background-color css

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

 a { background-color: rgb(105,48,146); }

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

border-color css

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

 span { border-color: rgb(105,48,146); }

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