Html Css Color HEX #693094 Royal Purple

📋 copy color: '#693094'

red 105 ◦ green 48 ◦ blue 148

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

Shades of Royal Purple #693094

Tints of Royal Purple #693094

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.95%

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

R = 34.88%
G = 15.95%
B = 49.17%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#693094 (or 0x693094) is known color: Royal Purple. HEX triplet: 69, 30 and 94. RGB value is (105,48,148). Sum of RGB (Red+Green+Blue) = 105+48+148=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #693094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693094 is #96CF6B. Grayscale: #4C4C4C. Windows color (decimal): -9883500 or 9711721. OLE color: 9711721.

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

Color convert

RGB 105 48 148 -
CMYK 0.29 0.68 0 0.42
HSL 274.2º 0.51% 0.38% -
HSV(B) 274.2º 0.68% 0.58% -
XYZ 12.23 7.26 28.77 -
YUV 76.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 105 48 148 0.29 0.68 0 0.42 274.2 0.51 0.38
Hex 69 30 94 1D 44 0 2A 112 33 26
Octal 151 60 224 35 104 0 52 422 63 46
Binary 1101001 110000 10010100 11101 1000100 0 101010 100010010 110011 100110

Color Harmonies of #693094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693094

Black with #693094

Text Example


Text Example

White with #693094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693094; }

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

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

background-color css

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

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

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

border-color css

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

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

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