Html Css Color HEX #693AA6 Royal Purple

📋 copy color: '#693AA6'

red 105 ◦ green 58 ◦ blue 166

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

Shades of Royal Purple #693AA6

Tints of Royal Purple #693AA6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.63%

 BLUE value IS 166 (65.23% from 255) = 50.46%

R = 31.91%
G = 17.63%
B = 50.46%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#693AA6 (or 0x693AA6) is known color: Royal Purple. HEX triplet: 69, 3A and A6. RGB value is (105,58,166). Sum of RGB (Red+Green+Blue) = 105+58+166=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 166 (65.23% from 255 or 50.46% from 329); Max value from RGB is 166 - color contains mainly: blue. Hex color #693AA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693AA6 is #96C559. Grayscale: #535353. Windows color (decimal): -9880922 or 10893929. OLE color: 10893929.

HSL color Cylindrical-coordinate representation of color #693AA6: hue angle of 266.11º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #693AA6 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 58 166 -
CMYK 0.37 0.65 0 0.35
HSL 266.11º 0.48% 0.44% -
HSV(B) 266.11º 0.65% 0.65% -
XYZ 14.22 8.78 37.02 -
YUV 84.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 105 58 166 0.37 0.65 0 0.35 266.11 0.48 0.44
Hex 69 3A A6 25 41 0 23 10A 30 2C
Octal 151 72 246 45 101 0 43 412 60 54
Binary 1101001 111010 10100110 100101 1000001 0 100011 100001010 110000 101100

Color Harmonies of #693AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693AA6

Black with #693AA6

Text Example


Text Example

White with #693AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,58,166); }

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

background-color css

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

 a { background-color: rgb(105,58,166); }

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

border-color css

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

 span { border-color: rgb(105,58,166); }

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