Html Css Color HEX #693098 Royal Purple

📋 copy color: '#693098'

red 105 ◦ green 48 ◦ blue 152

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

Shades of Royal Purple #693098

Tints of Royal Purple #693098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.84%

R = 34.43%
G = 15.74%
B = 49.84%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#693098 (or 0x693098) is known color: Royal Purple. HEX triplet: 69, 30 and 98. RGB value is (105,48,152). Sum of RGB (Red+Green+Blue) = 105+48+152=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #693098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693098 is #96CF67. Grayscale: #4C4C4C. Windows color (decimal): -9883496 or 9973865. OLE color: 9973865.

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

Color convert

RGB 105 48 152 -
CMYK 0.31 0.68 0 0.40
HSL 272.88º 0.52% 0.39% -
HSV(B) 272.88º 0.68% 0.6% -
XYZ 12.55 7.38 30.47 -
YUV 76.9 170.38 148.04 -
System Red Green Blue C M Y K H S L
Decimal 105 48 152 0.31 0.68 0 0.40 272.88 0.52 0.39
Hex 69 30 98 1F 44 0 28 111 34 27
Octal 151 60 230 37 104 0 50 421 64 47
Binary 1101001 110000 10011000 11111 1000100 0 101000 100010001 110100 100111

Color Harmonies of #693098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693098

Black with #693098

Text Example


Text Example

White with #693098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693098; }

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

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

background-color css

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

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

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

border-color css

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

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

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