Html Css Color HEX #693AAC Royal Purple

📋 copy color: '#693AAC'

red 105 ◦ green 58 ◦ blue 172

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

Shades of Royal Purple #693AAC

Tints of Royal Purple #693AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.34%

R = 31.34%
G = 17.31%
B = 51.34%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#693AAC (or 0x693AAC) is known color: Royal Purple. HEX triplet: 69, 3A and AC. RGB value is (105,58,172). Sum of RGB (Red+Green+Blue) = 105+58+172=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #693AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693AAC is #96C553. Grayscale: #545454. Windows color (decimal): -9880916 or 11287145. OLE color: 11287145.

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

Color convert

RGB 105 58 172 -
CMYK 0.39 0.66 0 0.33
HSL 264.74º 0.5% 0.45% -
HSV(B) 264.74º 0.66% 0.67% -
XYZ 14.79 9.01 39.99 -
YUV 85.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 105 58 172 0.39 0.66 0 0.33 264.74 0.5 0.45
Hex 69 3A AC 27 42 0 21 109 32 2D
Octal 151 72 254 47 102 0 41 411 62 55
Binary 1101001 111010 10101100 100111 1000010 0 100001 100001001 110010 101101

Color Harmonies of #693AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693AAC

Black with #693AAC

Text Example


Text Example

White with #693AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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