Html Css Color HEX #693D92 Royal Purple

📋 copy color: '#693D92'

red 105 ◦ green 61 ◦ blue 146

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

Shades of Royal Purple #693D92

Tints of Royal Purple #693D92

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.55%

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

R = 33.65%
G = 19.55%
B = 46.79%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#693D92 (or 0x693D92) is known color: Royal Purple. HEX triplet: 69, 3D and 92. RGB value is (105,61,146). Sum of RGB (Red+Green+Blue) = 105+61+146=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #693D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693D92 is #96C26D. Grayscale: #535353. Windows color (decimal): -9880174 or 9583977. OLE color: 9583977.

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

Color convert

RGB 105 61 146 -
CMYK 0.28 0.58 0 0.43
HSL 271.06º 0.41% 0.41% -
HSV(B) 271.06º 0.58% 0.57% -
XYZ 12.68 8.42 28.15 -
YUV 83.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 105 61 146 0.28 0.58 0 0.43 271.06 0.41 0.41
Hex 69 3D 92 1C 3A 0 2B 10F 29 29
Octal 151 75 222 34 72 0 53 417 51 51
Binary 1101001 111101 10010010 11100 111010 0 101011 100001111 101001 101001

Color Harmonies of #693D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D92

Black with #693D92

Text Example


Text Example

White with #693D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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