Html Css Color HEX #693DAE Royal Purple

📋 copy color: '#693DAE'

red 105 ◦ green 61 ◦ blue 174

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

Shades of Royal Purple #693DAE

Tints of Royal Purple #693DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.94%

 BLUE value IS 174 (68.36% from 255) = 51.18%

R = 30.88%
G = 17.94%
B = 51.18%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#693DAE (or 0x693DAE) is known color: Royal Purple. HEX triplet: 69, 3D and AE. RGB value is (105,61,174). Sum of RGB (Red+Green+Blue) = 105+61+174=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #693DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693DAE is #96C251. Grayscale: #565656. Windows color (decimal): -9880146 or 11418985. OLE color: 11418985.

HSL color Cylindrical-coordinate representation of color #693DAE: hue angle of 263.36º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #693DAE is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 61 174 -
CMYK 0.40 0.65 0 0.32
HSL 263.36º 0.48% 0.46% -
HSV(B) 263.36º 0.65% 0.68% -
XYZ 15.13 9.4 41.06 -
YUV 87.04 177.08 140.81 -
System Red Green Blue C M Y K H S L
Decimal 105 61 174 0.40 0.65 0 0.32 263.36 0.48 0.46
Hex 69 3D AE 28 41 0 20 107 30 2E
Octal 151 75 256 50 101 0 40 407 60 56
Binary 1101001 111101 10101110 101000 1000001 0 100000 100000111 110000 101110

Color Harmonies of #693DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693DAE

Black with #693DAE

Text Example


Text Example

White with #693DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693DAE; }

 p { color: rgb(105,61,174); }

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

background-color css

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

 a { background-color: rgb(105,61,174); }

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

border-color css

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

 span { border-color: rgb(105,61,174); }

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