Html Css Color HEX #693195 Royal Purple

📋 copy color: '#693195'

red 105 ◦ green 49 ◦ blue 149

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

Shades of Royal Purple #693195

Tints of Royal Purple #693195

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.17%

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

R = 34.65%
G = 16.17%
B = 49.17%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#693195 (or 0x693195) is known color: Royal Purple. HEX triplet: 69, 31 and 95. RGB value is (105,49,149). Sum of RGB (Red+Green+Blue) = 105+49+149=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #693195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693195 is #96CE6A. Grayscale: #4C4C4C. Windows color (decimal): -9883243 or 9777513. OLE color: 9777513.

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

Color convert

RGB 105 49 149 -
CMYK 0.30 0.67 0 0.42
HSL 273.6º 0.51% 0.39% -
HSV(B) 273.6º 0.67% 0.58% -
XYZ 12.35 7.37 29.21 -
YUV 77.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 105 49 149 0.30 0.67 0 0.42 273.6 0.51 0.39
Hex 69 31 95 1E 43 0 2A 112 33 27
Octal 151 61 225 36 103 0 52 422 63 47
Binary 1101001 110001 10010101 11110 1000011 0 101010 100010010 110011 100111

Color Harmonies of #693195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693195

Black with #693195

Text Example


Text Example

White with #693195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693195; }

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

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

background-color css

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

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

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

border-color css

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

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

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