Html Css Color HEX #693492 Royal Purple

📋 copy color: '#693492'

red 105 ◦ green 52 ◦ blue 146

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

Shades of Royal Purple #693492

Tints of Royal Purple #693492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

 BLUE value IS 146 (57.42% from 255) = 48.18%

R = 34.65%
G = 17.16%
B = 48.18%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#693492 (or 0x693492) is known color: Royal Purple. HEX triplet: 69, 34 and 92. RGB value is (105,52,146). Sum of RGB (Red+Green+Blue) = 105+52+146=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #693492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693492 is #96CB6D. Grayscale: #4E4E4E. Windows color (decimal): -9882478 or 9581673. OLE color: 9581673.

HSL color Cylindrical-coordinate representation of color #693492: hue angle of 273.83º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #693492 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 52 146 -
CMYK 0.28 0.64 0 0.43
HSL 273.83º 0.47% 0.39% -
HSV(B) 273.83º 0.64% 0.57% -
XYZ 12.24 7.53 28 -
YUV 78.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 105 52 146 0.28 0.64 0 0.43 273.83 0.47 0.39
Hex 69 34 92 1C 40 0 2B 112 2F 27
Octal 151 64 222 34 100 0 53 422 57 47
Binary 1101001 110100 10010010 11100 1000000 0 101011 100010010 101111 100111

Color Harmonies of #693492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693492

Black with #693492

Text Example


Text Example

White with #693492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693492; }

 p { color: rgb(105,52,146); }

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

background-color css

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

 a { background-color: rgb(105,52,146); }

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

border-color css

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

 span { border-color: rgb(105,52,146); }

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