Html Css Color HEX #693A93 Royal Purple

📋 copy color: '#693A93'

red 105 ◦ green 58 ◦ blue 147

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

Shades of Royal Purple #693A93

Tints of Royal Purple #693A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.42%

R = 33.87%
G = 18.71%
B = 47.42%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#693A93 (or 0x693A93) is known color: Royal Purple. HEX triplet: 69, 3A and 93. RGB value is (105,58,147). Sum of RGB (Red+Green+Blue) = 105+58+147=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #693A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693A93 is #96C56C. Grayscale: #515151. Windows color (decimal): -9880941 or 9648745. OLE color: 9648745.

HSL color Cylindrical-coordinate representation of color #693A93: hue angle of 271.69º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #693A93 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 58 147 -
CMYK 0.29 0.61 0 0.42
HSL 271.69º 0.43% 0.4% -
HSV(B) 271.69º 0.61% 0.58% -
XYZ 12.61 8.14 28.51 -
YUV 82.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 105 58 147 0.29 0.61 0 0.42 271.69 0.43 0.4
Hex 69 3A 93 1D 3D 0 2A 110 2B 28
Octal 151 72 223 35 75 0 52 420 53 50
Binary 1101001 111010 10010011 11101 111101 0 101010 100010000 101011 101000

Color Harmonies of #693A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693A93

Black with #693A93

Text Example


Text Example

White with #693A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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