Html Css Color HEX #693490 Royal Purple

📋 copy color: '#693490'

red 105 ◦ green 52 ◦ blue 144

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

Shades of Royal Purple #693490

Tints of Royal Purple #693490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.28%

 BLUE value IS 144 (56.64% from 255) = 47.84%

R = 34.88%
G = 17.28%
B = 47.84%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#693490 (or 0x693490) is known color: Royal Purple. HEX triplet: 69, 34 and 90. RGB value is (105,52,144). Sum of RGB (Red+Green+Blue) = 105+52+144=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #693490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693490 is #96CB6F. Grayscale: #4E4E4E. Windows color (decimal): -9882480 or 9450601. OLE color: 9450601.

HSL color Cylindrical-coordinate representation of color #693490: hue angle of 274.57º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #693490 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 52 144 -
CMYK 0.27 0.64 0 0.44
HSL 274.57º 0.47% 0.38% -
HSV(B) 274.57º 0.64% 0.56% -
XYZ 12.09 7.47 27.19 -
YUV 78.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 105 52 144 0.27 0.64 0 0.44 274.57 0.47 0.38
Hex 69 34 90 1B 40 0 2C 113 2F 26
Octal 151 64 220 33 100 0 54 423 57 46
Binary 1101001 110100 10010000 11011 1000000 0 101100 100010011 101111 100110

Color Harmonies of #693490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693490

Black with #693490

Text Example


Text Example

White with #693490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693490; }

 p { color: rgb(105,52,144); }

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

background-color css

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

 a { background-color: rgb(105,52,144); }

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

border-color css

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

 span { border-color: rgb(105,52,144); }

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