Html Css Color HEX #693190 Royal Purple

📋 copy color: '#693190'

red 105 ◦ green 49 ◦ blue 144

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

Shades of Royal Purple #693190

Tints of Royal Purple #693190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.32%

R = 35.23%
G = 16.44%
B = 48.32%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#693190 (or 0x693190) is known color: Royal Purple. HEX triplet: 69, 31 and 90. RGB value is (105,49,144). Sum of RGB (Red+Green+Blue) = 105+49+144=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #693190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693190 is #96CE6F. Grayscale: #4C4C4C. Windows color (decimal): -9883248 or 9449833. OLE color: 9449833.

HSL color Cylindrical-coordinate representation of color #693190: hue angle of 275.37º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693190 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 49 144 -
CMYK 0.27 0.66 0 0.44
HSL 275.37º 0.49% 0.38% -
HSV(B) 275.37º 0.66% 0.56% -
XYZ 11.96 7.21 27.15 -
YUV 76.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 105 49 144 0.27 0.66 0 0.44 275.37 0.49 0.38
Hex 69 31 90 1B 42 0 2C 113 31 26
Octal 151 61 220 33 102 0 54 423 61 46
Binary 1101001 110001 10010000 11011 1000010 0 101100 100010011 110001 100110

Color Harmonies of #693190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693190

Black with #693190

Text Example


Text Example

White with #693190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693190; }

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

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

background-color css

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

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

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

border-color css

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

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

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