Html Css Color HEX #693393 Royal Purple

📋 copy color: '#693393'

red 105 ◦ green 51 ◦ blue 147

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

Shades of Royal Purple #693393

Tints of Royal Purple #693393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.51%

R = 34.65%
G = 16.83%
B = 48.51%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#693393 (or 0x693393) is known color: Royal Purple. HEX triplet: 69, 33 and 93. RGB value is (105,51,147). Sum of RGB (Red+Green+Blue) = 105+51+147=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #693393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693393 is #96CC6C. Grayscale: #4D4D4D. Windows color (decimal): -9882733 or 9646953. OLE color: 9646953.

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

Color convert

RGB 105 51 147 -
CMYK 0.29 0.65 0 0.42
HSL 273.75º 0.48% 0.39% -
HSV(B) 273.75º 0.65% 0.58% -
XYZ 12.28 7.48 28.4 -
YUV 78.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 105 51 147 0.29 0.65 0 0.42 273.75 0.48 0.39
Hex 69 33 93 1D 41 0 2A 112 30 27
Octal 151 63 223 35 101 0 52 422 60 47
Binary 1101001 110011 10010011 11101 1000001 0 101010 100010010 110000 100111

Color Harmonies of #693393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693393

Black with #693393

Text Example


Text Example

White with #693393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693393; }

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

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

background-color css

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

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

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

border-color css

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

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

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