Html Css Color HEX #693890 Royal Purple

📋 copy color: '#693890'

red 105 ◦ green 56 ◦ blue 144

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

Shades of Royal Purple #693890

Tints of Royal Purple #693890

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.36%

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

R = 34.43%
G = 18.36%
B = 47.21%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#693890 (or 0x693890) is known color: Royal Purple. HEX triplet: 69, 38 and 90. RGB value is (105,56,144). Sum of RGB (Red+Green+Blue) = 105+56+144=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #693890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693890 is #96C76F. Grayscale: #505050. Windows color (decimal): -9881456 or 9451625. OLE color: 9451625.

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

Color convert

RGB 105 56 144 -
CMYK 0.27 0.61 0 0.44
HSL 273.41º 0.44% 0.39% -
HSV(B) 273.41º 0.61% 0.56% -
XYZ 12.27 7.85 27.25 -
YUV 80.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 105 56 144 0.27 0.61 0 0.44 273.41 0.44 0.39
Hex 69 38 90 1B 3D 0 2C 111 2C 27
Octal 151 70 220 33 75 0 54 421 54 47
Binary 1101001 111000 10010000 11011 111101 0 101100 100010001 101100 100111

Color Harmonies of #693890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693890

Black with #693890

Text Example


Text Example

White with #693890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693890; }

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

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

background-color css

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

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

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

border-color css

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

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

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