Html Css Color HEX #693DAA Royal Purple

📋 copy color: '#693DAA'

red 105 ◦ green 61 ◦ blue 170

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

Shades of Royal Purple #693DAA

Tints of Royal Purple #693DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 31.25%
G = 18.15%
B = 50.6%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#693DAA (or 0x693DAA) is known color: Royal Purple. HEX triplet: 69, 3D and AA. RGB value is (105,61,170). Sum of RGB (Red+Green+Blue) = 105+61+170=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #693DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693DAA is #96C255. Grayscale: #565656. Windows color (decimal): -9880150 or 11156841. OLE color: 11156841.

HSL color Cylindrical-coordinate representation of color #693DAA: hue angle of 264.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #693DAA is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 61 170 -
CMYK 0.38 0.64 0 0.33
HSL 264.22º 0.47% 0.45% -
HSV(B) 264.22º 0.64% 0.67% -
XYZ 14.75 9.24 39.04 -
YUV 86.58 175.08 141.14 -
System Red Green Blue C M Y K H S L
Decimal 105 61 170 0.38 0.64 0 0.33 264.22 0.47 0.45
Hex 69 3D AA 26 40 0 21 108 2F 2D
Octal 151 75 252 46 100 0 41 410 57 55
Binary 1101001 111101 10101010 100110 1000000 0 100001 100001000 101111 101101

Color Harmonies of #693DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693DAA

Black with #693DAA

Text Example


Text Example

White with #693DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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