Html Css Color HEX #693791 Royal Purple

📋 copy color: '#693791'

red 105 ◦ green 55 ◦ blue 145

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

Shades of Royal Purple #693791

Tints of Royal Purple #693791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

 BLUE value IS 145 (57.03% from 255) = 47.54%

R = 34.43%
G = 18.03%
B = 47.54%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#693791 (or 0x693791) is known color: Royal Purple. HEX triplet: 69, 37 and 91. RGB value is (105,55,145). Sum of RGB (Red+Green+Blue) = 105+55+145=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #693791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693791 is #96C86E. Grayscale: #4F4F4F. Windows color (decimal): -9881711 or 9516905. OLE color: 9516905.

HSL color Cylindrical-coordinate representation of color #693791: hue angle of 273.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #693791 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 55 145 -
CMYK 0.28 0.62 0 0.43
HSL 273.33º 0.45% 0.39% -
HSV(B) 273.33º 0.62% 0.57% -
XYZ 12.3 7.78 27.64 -
YUV 80.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 105 55 145 0.28 0.62 0 0.43 273.33 0.45 0.39
Hex 69 37 91 1C 3E 0 2B 111 2D 27
Octal 151 67 221 34 76 0 53 421 55 47
Binary 1101001 110111 10010001 11100 111110 0 101011 100010001 101101 100111

Color Harmonies of #693791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693791

Black with #693791

Text Example


Text Example

White with #693791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693791; }

 p { color: rgb(105,55,145); }

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

background-color css

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

 a { background-color: rgb(105,55,145); }

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

border-color css

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

 span { border-color: rgb(105,55,145); }

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