Html Css Color HEX #693196 Royal Purple

📋 copy color: '#693196'

red 105 ◦ green 49 ◦ blue 150

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

Shades of Royal Purple #693196

Tints of Royal Purple #693196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 49.34%

R = 34.54%
G = 16.12%
B = 49.34%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#693196 (or 0x693196) is known color: Royal Purple. HEX triplet: 69, 31 and 96. RGB value is (105,49,150). Sum of RGB (Red+Green+Blue) = 105+49+150=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #693196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693196 is #96CE69. Grayscale: #4C4C4C. Windows color (decimal): -9883242 or 9843049. OLE color: 9843049.

HSL color Cylindrical-coordinate representation of color #693196: hue angle of 273.27º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #693196 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 49 150 -
CMYK 0.30 0.67 0 0.41
HSL 273.27º 0.51% 0.39% -
HSV(B) 273.27º 0.67% 0.59% -
XYZ 12.43 7.4 29.63 -
YUV 77.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 105 49 150 0.30 0.67 0 0.41 273.27 0.51 0.39
Hex 69 31 96 1E 43 0 29 111 33 27
Octal 151 61 226 36 103 0 51 421 63 47
Binary 1101001 110001 10010110 11110 1000011 0 101001 100010001 110011 100111

Color Harmonies of #693196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693196

Black with #693196

Text Example


Text Example

White with #693196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693196; }

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

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

background-color css

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

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

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

border-color css

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

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

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