Html Css Color HEX #693291 Royal Purple

📋 copy color: '#693291'

red 105 ◦ green 50 ◦ blue 145

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

Shades of Royal Purple #693291

Tints of Royal Purple #693291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 35%
G = 16.67%
B = 48.33%

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

#693291 (or 0x693291) is known color: Royal Purple. HEX triplet: 69, 32 and 91. RGB value is (105,50,145). Sum of RGB (Red+Green+Blue) = 105+50+145=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #693291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693291 is #96CD6E. Grayscale: #4C4C4C. Windows color (decimal): -9882991 or 9515625. OLE color: 9515625.

HSL color Cylindrical-coordinate representation of color #693291: hue angle of 274.74º 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 #693291 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 50 145 -
CMYK 0.28 0.66 0 0.43
HSL 274.74º 0.49% 0.38% -
HSV(B) 274.74º 0.66% 0.57% -
XYZ 12.08 7.33 27.57 -
YUV 77.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 105 50 145 0.28 0.66 0 0.43 274.74 0.49 0.38
Hex 69 32 91 1C 42 0 2B 113 31 26
Octal 151 62 221 34 102 0 53 423 61 46
Binary 1101001 110010 10010001 11100 1000010 0 101011 100010011 110001 100110

Color Harmonies of #693291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693291

Black with #693291

Text Example


Text Example

White with #693291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693291; }

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

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

background-color css

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

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

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

border-color css

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

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

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