Html Css Color HEX #693598 Royal Purple

📋 copy color: '#693598'

red 105 ◦ green 53 ◦ blue 152

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

Shades of Royal Purple #693598

Tints of Royal Purple #693598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.1%

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

R = 33.87%
G = 17.1%
B = 49.03%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#693598 (or 0x693598) is known color: Royal Purple. HEX triplet: 69, 35 and 98. RGB value is (105,53,152). Sum of RGB (Red+Green+Blue) = 105+53+152=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #693598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693598 is #96CA67. Grayscale: #4F4F4F. Windows color (decimal): -9882216 or 9975145. OLE color: 9975145.

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

Color convert

RGB 105 53 152 -
CMYK 0.31 0.65 0 0.40
HSL 271.52º 0.48% 0.4% -
HSV(B) 271.52º 0.65% 0.6% -
XYZ 12.77 7.82 30.54 -
YUV 79.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 105 53 152 0.31 0.65 0 0.40 271.52 0.48 0.4
Hex 69 35 98 1F 41 0 28 110 30 28
Octal 151 65 230 37 101 0 50 420 60 50
Binary 1101001 110101 10011000 11111 1000001 0 101000 100010000 110000 101000

Color Harmonies of #693598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693598

Black with #693598

Text Example


Text Example

White with #693598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693598; }

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

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

background-color css

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

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

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

border-color css

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

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

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