Html Css Color HEX #693299 Royal Purple

📋 copy color: '#693299'

red 105 ◦ green 50 ◦ blue 153

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

Shades of Royal Purple #693299

Tints of Royal Purple #693299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.68%

R = 34.09%
G = 16.23%
B = 49.68%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#693299 (or 0x693299) is known color: Royal Purple. HEX triplet: 69, 32 and 99. RGB value is (105,50,153). Sum of RGB (Red+Green+Blue) = 105+50+153=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #693299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693299 is #96CD66. Grayscale: #4D4D4D. Windows color (decimal): -9882983 or 10039913. OLE color: 10039913.

HSL color Cylindrical-coordinate representation of color #693299: hue angle of 272.04º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #693299 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 50 153 -
CMYK 0.31 0.67 0 0.4
HSL 272.04º 0.51% 0.4% -
HSV(B) 272.04º 0.67% 0.6% -
XYZ 12.72 7.58 30.93 -
YUV 78.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 105 50 153 0.31 0.67 0 0.4 272.04 0.51 0.4
Hex 69 32 99 1F 43 0 28 110 33 28
Octal 151 62 231 37 103 0 50 420 63 50
Binary 1101001 110010 10011001 11111 1000011 0 101000 100010000 110011 101000

Color Harmonies of #693299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693299

Black with #693299

Text Example


Text Example

White with #693299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693299; }

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

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

background-color css

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

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

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

border-color css

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

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

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