Html Css Color HEX #693892 Royal Purple

📋 copy color: '#693892'

red 105 ◦ green 56 ◦ blue 146

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

Shades of Royal Purple #693892

Tints of Royal Purple #693892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.56%

R = 34.2%
G = 18.24%
B = 47.56%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#693892 (or 0x693892) is known color: Royal Purple. HEX triplet: 69, 38 and 92. RGB value is (105,56,146). Sum of RGB (Red+Green+Blue) = 105+56+146=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #693892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693892 is #96C76D. Grayscale: #505050. Windows color (decimal): -9881454 or 9582697. OLE color: 9582697.

HSL color Cylindrical-coordinate representation of color #693892: hue angle of 272.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #693892 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 56 146 -
CMYK 0.28 0.62 0 0.43
HSL 272.67º 0.45% 0.4% -
HSV(B) 272.67º 0.62% 0.57% -
XYZ 12.43 7.91 28.07 -
YUV 80.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 105 56 146 0.28 0.62 0 0.43 272.67 0.45 0.4
Hex 69 38 92 1C 3E 0 2B 111 2D 28
Octal 151 70 222 34 76 0 53 421 55 50
Binary 1101001 111000 10010010 11100 111110 0 101011 100010001 101101 101000

Color Harmonies of #693892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693892

Black with #693892

Text Example


Text Example

White with #693892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693892; }

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

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

background-color css

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

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

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

border-color css

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

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

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