Html Css Color HEX #693194 Royal Purple

📋 copy color: '#693194'

red 105 ◦ green 49 ◦ blue 148

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

Shades of Royal Purple #693194

Tints of Royal Purple #693194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.23%

 BLUE value IS 148 (58.2% from 255) = 49.01%

R = 34.77%
G = 16.23%
B = 49.01%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#693194 (or 0x693194) is known color: Royal Purple. HEX triplet: 69, 31 and 94. RGB value is (105,49,148). Sum of RGB (Red+Green+Blue) = 105+49+148=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #693194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693194 is #96CE6B. Grayscale: #4C4C4C. Windows color (decimal): -9883244 or 9711977. OLE color: 9711977.

HSL color Cylindrical-coordinate representation of color #693194: hue angle of 273.94º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #693194 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 49 148 -
CMYK 0.29 0.67 0 0.42
HSL 273.94º 0.5% 0.39% -
HSV(B) 273.94º 0.67% 0.58% -
XYZ 12.27 7.34 28.79 -
YUV 77.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 105 49 148 0.29 0.67 0 0.42 273.94 0.5 0.39
Hex 69 31 94 1D 43 0 2A 112 32 27
Octal 151 61 224 35 103 0 52 422 62 47
Binary 1101001 110001 10010100 11101 1000011 0 101010 100010010 110010 100111

Color Harmonies of #693194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693194

Black with #693194

Text Example


Text Example

White with #693194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693194; }

 p { color: rgb(105,49,148); }

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

background-color css

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

 a { background-color: rgb(105,49,148); }

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

border-color css

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

 span { border-color: rgb(105,49,148); }

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