Html Css Color HEX #693895 Royal Purple

📋 copy color: '#693895'

red 105 ◦ green 56 ◦ blue 149

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

Shades of Royal Purple #693895

Tints of Royal Purple #693895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.06%

 BLUE value IS 149 (58.59% from 255) = 48.06%

R = 33.87%
G = 18.06%
B = 48.06%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#693895 (or 0x693895) is known color: Royal Purple. HEX triplet: 69, 38 and 95. RGB value is (105,56,149). Sum of RGB (Red+Green+Blue) = 105+56+149=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #693895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693895 is #96C76A. Grayscale: #505050. Windows color (decimal): -9881451 or 9779305. OLE color: 9779305.

HSL color Cylindrical-coordinate representation of color #693895: hue angle of 271.61º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #693895 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 56 149 -
CMYK 0.30 0.62 0 0.42
HSL 271.61º 0.45% 0.4% -
HSV(B) 271.61º 0.62% 0.58% -
XYZ 12.66 8 29.31 -
YUV 81.25 166.23 144.94 -
System Red Green Blue C M Y K H S L
Decimal 105 56 149 0.30 0.62 0 0.42 271.61 0.45 0.4
Hex 69 38 95 1E 3E 0 2A 110 2D 28
Octal 151 70 225 36 76 0 52 420 55 50
Binary 1101001 111000 10010101 11110 111110 0 101010 100010000 101101 101000

Color Harmonies of #693895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693895

Black with #693895

Text Example


Text Example

White with #693895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693895; }

 p { color: rgb(105,56,149); }

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

background-color css

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

 a { background-color: rgb(105,56,149); }

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

border-color css

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

 span { border-color: rgb(105,56,149); }

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