Html Css Color HEX #693699 Royal Purple

📋 copy color: '#693699'

red 105 ◦ green 54 ◦ blue 153

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

Shades of Royal Purple #693699

Tints of Royal Purple #693699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

 BLUE value IS 153 (60.16% from 255) = 49.04%

R = 33.65%
G = 17.31%
B = 49.04%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#693699 (or 0x693699) is known color: Royal Purple. HEX triplet: 69, 36 and 99. RGB value is (105,54,153). Sum of RGB (Red+Green+Blue) = 105+54+153=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #693699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693699 is #96C966. Grayscale: #505050. Windows color (decimal): -9881959 or 10040937. OLE color: 10040937.

HSL color Cylindrical-coordinate representation of color #693699: hue angle of 270.91º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #693699 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 54 153 -
CMYK 0.31 0.65 0 0.4
HSL 270.91º 0.48% 0.41% -
HSV(B) 270.91º 0.65% 0.6% -
XYZ 12.89 7.94 30.99 -
YUV 80.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 105 54 153 0.31 0.65 0 0.4 270.91 0.48 0.41
Hex 69 36 99 1F 41 0 28 10F 30 29
Octal 151 66 231 37 101 0 50 417 60 51
Binary 1101001 110110 10011001 11111 1000001 0 101000 100001111 110000 101001

Color Harmonies of #693699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693699

Black with #693699

Text Example


Text Example

White with #693699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693699; }

 p { color: rgb(105,54,153); }

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

background-color css

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

 a { background-color: rgb(105,54,153); }

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

border-color css

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

 span { border-color: rgb(105,54,153); }

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