Html Css Color HEX #693BAA Royal Purple

📋 copy color: '#693BAA'

red 105 ◦ green 59 ◦ blue 170

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

Shades of Royal Purple #693BAA

Tints of Royal Purple #693BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.66%

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

R = 31.44%
G = 17.66%
B = 50.9%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#693BAA (or 0x693BAA) is known color: Royal Purple. HEX triplet: 69, 3B and AA. RGB value is (105,59,170). Sum of RGB (Red+Green+Blue) = 105+59+170=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #693BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693BAA is #96C455. Grayscale: #555555. Windows color (decimal): -9880662 or 11156329. OLE color: 11156329.

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

Color convert

RGB 105 59 170 -
CMYK 0.38 0.65 0 0.33
HSL 264.86º 0.48% 0.45% -
HSV(B) 264.86º 0.65% 0.67% -
XYZ 14.65 9.03 39 -
YUV 85.41 175.74 141.97 -
System Red Green Blue C M Y K H S L
Decimal 105 59 170 0.38 0.65 0 0.33 264.86 0.48 0.45
Hex 69 3B AA 26 41 0 21 109 30 2D
Octal 151 73 252 46 101 0 41 411 60 55
Binary 1101001 111011 10101010 100110 1000001 0 100001 100001001 110000 101101

Color Harmonies of #693BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693BAA

Black with #693BAA

Text Example


Text Example

White with #693BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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