Html Css Color HEX #693695 Royal Purple

📋 copy color: '#693695'

red 105 ◦ green 54 ◦ blue 149

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

Shades of Royal Purple #693695

Tints of Royal Purple #693695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.53%

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

R = 34.09%
G = 17.53%
B = 48.38%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#693695 (or 0x693695) is known color: Royal Purple. HEX triplet: 69, 36 and 95. RGB value is (105,54,149). Sum of RGB (Red+Green+Blue) = 105+54+149=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #693695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693695 is #96C96A. Grayscale: #4F4F4F. Windows color (decimal): -9881963 or 9778793. OLE color: 9778793.

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

Color convert

RGB 105 54 149 -
CMYK 0.30 0.64 0 0.42
HSL 272.21º 0.47% 0.4% -
HSV(B) 272.21º 0.64% 0.58% -
XYZ 12.57 7.81 29.28 -
YUV 80.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 105 54 149 0.30 0.64 0 0.42 272.21 0.47 0.4
Hex 69 36 95 1E 40 0 2A 110 2F 28
Octal 151 66 225 36 100 0 52 420 57 50
Binary 1101001 110110 10010101 11110 1000000 0 101010 100010000 101111 101000

Color Harmonies of #693695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693695

Black with #693695

Text Example


Text Example

White with #693695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693695; }

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

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

background-color css

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

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

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

border-color css

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

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

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