Html Css Color HEX #693099 Royal Purple

📋 copy color: '#693099'

red 105 ◦ green 48 ◦ blue 153

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

Shades of Royal Purple #693099

Tints of Royal Purple #693099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.69%

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

R = 34.31%
G = 15.69%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#693099 (or 0x693099) is known color: Royal Purple. HEX triplet: 69, 30 and 99. RGB value is (105,48,153). Sum of RGB (Red+Green+Blue) = 105+48+153=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #693099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693099 is #96CF66. Grayscale: #4C4C4C. Windows color (decimal): -9883495 or 10039401. OLE color: 10039401.

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

Color convert

RGB 105 48 153 -
CMYK 0.31 0.69 0 0.4
HSL 272.57º 0.52% 0.39% -
HSV(B) 272.57º 0.69% 0.6% -
XYZ 12.63 7.42 30.9 -
YUV 77.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 105 48 153 0.31 0.69 0 0.4 272.57 0.52 0.39
Hex 69 30 99 1F 45 0 28 111 34 27
Octal 151 60 231 37 105 0 50 421 64 47
Binary 1101001 110000 10011001 11111 1000101 0 101000 100010001 110100 100111

Color Harmonies of #693099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693099

Black with #693099

Text Example


Text Example

White with #693099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693099; }

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

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

background-color css

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

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

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

border-color css

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

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

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