Html Css Color HEX #693392 Royal Purple

📋 copy color: '#693392'

red 105 ◦ green 51 ◦ blue 146

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

Shades of Royal Purple #693392

Tints of Royal Purple #693392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

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

R = 34.77%
G = 16.89%
B = 48.34%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#693392 (or 0x693392) is known color: Royal Purple. HEX triplet: 69, 33 and 92. RGB value is (105,51,146). Sum of RGB (Red+Green+Blue) = 105+51+146=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #693392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693392 is #96CC6D. Grayscale: #4D4D4D. Windows color (decimal): -9882734 or 9581417. OLE color: 9581417.

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

Color convert

RGB 105 51 146 -
CMYK 0.28 0.65 0 0.43
HSL 274.11º 0.48% 0.39% -
HSV(B) 274.11º 0.65% 0.57% -
XYZ 12.2 7.45 27.99 -
YUV 77.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 105 51 146 0.28 0.65 0 0.43 274.11 0.48 0.39
Hex 69 33 92 1C 41 0 2B 112 30 27
Octal 151 63 222 34 101 0 53 422 60 47
Binary 1101001 110011 10010010 11100 1000001 0 101011 100010010 110000 100111

Color Harmonies of #693392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693392

Black with #693392

Text Example


Text Example

White with #693392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693392; }

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

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

background-color css

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

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

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

border-color css

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

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

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