Html Css Color HEX #693993 Royal Purple

📋 copy color: '#693993'

red 105 ◦ green 57 ◦ blue 147

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

Shades of Royal Purple #693993

Tints of Royal Purple #693993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.45%

 BLUE value IS 147 (57.81% from 255) = 47.57%

R = 33.98%
G = 18.45%
B = 47.57%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#693993 (or 0x693993) is known color: Royal Purple. HEX triplet: 69, 39 and 93. RGB value is (105,57,147). Sum of RGB (Red+Green+Blue) = 105+57+147=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #693993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693993 is #96C66C. Grayscale: #515151. Windows color (decimal): -9881197 or 9648489. OLE color: 9648489.

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

Color convert

RGB 105 57 147 -
CMYK 0.29 0.61 0 0.42
HSL 272º 0.44% 0.4% -
HSV(B) 272º 0.61% 0.58% -
XYZ 12.56 8.04 28.49 -
YUV 81.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 105 57 147 0.29 0.61 0 0.42 272 0.44 0.4
Hex 69 39 93 1D 3D 0 2A 110 2C 28
Octal 151 71 223 35 75 0 52 420 54 50
Binary 1101001 111001 10010011 11101 111101 0 101010 100010000 101100 101000

Color Harmonies of #693993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693993

Black with #693993

Text Example


Text Example

White with #693993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693993; }

 p { color: rgb(105,57,147); }

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

background-color css

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

 a { background-color: rgb(105,57,147); }

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

border-color css

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

 span { border-color: rgb(105,57,147); }

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