Html Css Color HEX #693395 Royal Purple

📋 copy color: '#693395'

red 105 ◦ green 51 ◦ blue 149

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

Shades of Royal Purple #693395

Tints of Royal Purple #693395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.72%

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

R = 34.43%
G = 16.72%
B = 48.85%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#693395 (or 0x693395) is known color: Royal Purple. HEX triplet: 69, 33 and 95. RGB value is (105,51,149). Sum of RGB (Red+Green+Blue) = 105+51+149=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #693395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693395 is #96CC6A. Grayscale: #4D4D4D. Windows color (decimal): -9882731 or 9778025. OLE color: 9778025.

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

Color convert

RGB 105 51 149 -
CMYK 0.30 0.66 0 0.42
HSL 273.06º 0.49% 0.39% -
HSV(B) 273.06º 0.66% 0.58% -
XYZ 12.43 7.54 29.23 -
YUV 78.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 105 51 149 0.30 0.66 0 0.42 273.06 0.49 0.39
Hex 69 33 95 1E 42 0 2A 111 31 27
Octal 151 63 225 36 102 0 52 421 61 47
Binary 1101001 110011 10010101 11110 1000010 0 101010 100010001 110001 100111

Color Harmonies of #693395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693395

Black with #693395

Text Example


Text Example

White with #693395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693395; }

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

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

background-color css

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

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

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

border-color css

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

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

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