Html Css Color HEX #693292 Royal Purple

📋 copy color: '#693292'

red 105 ◦ green 50 ◦ blue 146

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

Shades of Royal Purple #693292

Tints of Royal Purple #693292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

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

R = 34.88%
G = 16.61%
B = 48.5%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#693292 (or 0x693292) is known color: Royal Purple. HEX triplet: 69, 32 and 92. RGB value is (105,50,146). Sum of RGB (Red+Green+Blue) = 105+50+146=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #693292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693292 is #96CD6D. Grayscale: #4D4D4D. Windows color (decimal): -9882990 or 9581161. OLE color: 9581161.

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

Color convert

RGB 105 50 146 -
CMYK 0.28 0.66 0 0.43
HSL 274.38º 0.49% 0.38% -
HSV(B) 274.38º 0.66% 0.57% -
XYZ 12.15 7.36 27.97 -
YUV 77.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 105 50 146 0.28 0.66 0 0.43 274.38 0.49 0.38
Hex 69 32 92 1C 42 0 2B 112 31 26
Octal 151 62 222 34 102 0 53 422 61 46
Binary 1101001 110010 10010010 11100 1000010 0 101011 100010010 110001 100110

Color Harmonies of #693292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693292

Black with #693292

Text Example


Text Example

White with #693292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693292; }

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

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

background-color css

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

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

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

border-color css

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

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

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