Html Css Color HEX #693D91 Royal Purple

📋 copy color: '#693D91'

red 105 ◦ green 61 ◦ blue 145

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

Shades of Royal Purple #693D91

Tints of Royal Purple #693D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.61%

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

R = 33.76%
G = 19.61%
B = 46.62%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#693D91 (or 0x693D91) is known color: Royal Purple. HEX triplet: 69, 3D and 91. RGB value is (105,61,145). Sum of RGB (Red+Green+Blue) = 105+61+145=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #693D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693D91 is #96C26E. Grayscale: #535353. Windows color (decimal): -9880175 or 9518441. OLE color: 9518441.

HSL color Cylindrical-coordinate representation of color #693D91: hue angle of 271.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #693D91 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 61 145 -
CMYK 0.28 0.58 0 0.43
HSL 271.43º 0.41% 0.4% -
HSV(B) 271.43º 0.58% 0.57% -
XYZ 12.61 8.39 27.74 -
YUV 83.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 105 61 145 0.28 0.58 0 0.43 271.43 0.41 0.4
Hex 69 3D 91 1C 3A 0 2B 10F 29 28
Octal 151 75 221 34 72 0 53 417 51 50
Binary 1101001 111101 10010001 11100 111010 0 101011 100001111 101001 101000

Color Harmonies of #693D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D91

Black with #693D91

Text Example


Text Example

White with #693D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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