Html Css Color HEX #693590 Royal Purple

📋 copy color: '#693590'

red 105 ◦ green 53 ◦ blue 144

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

Shades of Royal Purple #693590

Tints of Royal Purple #693590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.55%

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

R = 34.77%
G = 17.55%
B = 47.68%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#693590 (or 0x693590) is known color: Royal Purple. HEX triplet: 69, 35 and 90. RGB value is (105,53,144). Sum of RGB (Red+Green+Blue) = 105+53+144=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #693590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693590 is #96CA6F. Grayscale: #4E4E4E. Windows color (decimal): -9882224 or 9450857. OLE color: 9450857.

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

Color convert

RGB 105 53 144 -
CMYK 0.27 0.63 0 0.44
HSL 274.29º 0.46% 0.39% -
HSV(B) 274.29º 0.63% 0.56% -
XYZ 12.13 7.56 27.21 -
YUV 78.92 164.73 146.6 -
System Red Green Blue C M Y K H S L
Decimal 105 53 144 0.27 0.63 0 0.44 274.29 0.46 0.39
Hex 69 35 90 1B 3F 0 2C 112 2E 27
Octal 151 65 220 33 77 0 54 422 56 47
Binary 1101001 110101 10010000 11011 111111 0 101100 100010010 101110 100111

Color Harmonies of #693590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693590

Black with #693590

Text Example


Text Example

White with #693590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693590; }

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

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

background-color css

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

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

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

border-color css

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

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

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