Html Css Color HEX #693893 Royal Purple

📋 copy color: '#693893'

red 105 ◦ green 56 ◦ blue 147

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

Shades of Royal Purple #693893

Tints of Royal Purple #693893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

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

R = 34.09%
G = 18.18%
B = 47.73%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#693893 (or 0x693893) is known color: Royal Purple. HEX triplet: 69, 38 and 93. RGB value is (105,56,147). Sum of RGB (Red+Green+Blue) = 105+56+147=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #693893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693893 is #96C76C. Grayscale: #505050. Windows color (decimal): -9881453 or 9648233. OLE color: 9648233.

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

Color convert

RGB 105 56 147 -
CMYK 0.29 0.62 0 0.42
HSL 272.31º 0.45% 0.4% -
HSV(B) 272.31º 0.62% 0.58% -
XYZ 12.51 7.94 28.48 -
YUV 81.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 105 56 147 0.29 0.62 0 0.42 272.31 0.45 0.4
Hex 69 38 93 1D 3E 0 2A 110 2D 28
Octal 151 70 223 35 76 0 52 420 55 50
Binary 1101001 111000 10010011 11101 111110 0 101010 100010000 101101 101000

Color Harmonies of #693893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693893

Black with #693893

Text Example


Text Example

White with #693893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693893; }

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

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

background-color css

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

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

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

border-color css

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

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

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