Html Css Color HEX #693EAA Royal Purple

📋 copy color: '#693EAA'

red 105 ◦ green 62 ◦ blue 170

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

Shades of Royal Purple #693EAA

Tints of Royal Purple #693EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.4%

 BLUE value IS 170 (66.8% from 255) = 50.45%

R = 31.16%
G = 18.4%
B = 50.45%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#693EAA (or 0x693EAA) is known color: Royal Purple. HEX triplet: 69, 3E and AA. RGB value is (105,62,170). Sum of RGB (Red+Green+Blue) = 105+62+170=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #693EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693EAA is #96C155. Grayscale: #565656. Windows color (decimal): -9879894 or 11157097. OLE color: 11157097.

HSL color Cylindrical-coordinate representation of color #693EAA: hue angle of 263.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #693EAA is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 62 170 -
CMYK 0.38 0.64 0 0.33
HSL 263.89º 0.47% 0.45% -
HSV(B) 263.89º 0.64% 0.67% -
XYZ 14.8 9.35 39.05 -
YUV 87.17 174.75 140.72 -
System Red Green Blue C M Y K H S L
Decimal 105 62 170 0.38 0.64 0 0.33 263.89 0.47 0.45
Hex 69 3E AA 26 40 0 21 108 2F 2D
Octal 151 76 252 46 100 0 41 410 57 55
Binary 1101001 111110 10101010 100110 1000000 0 100001 100001000 101111 101101

Color Harmonies of #693EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693EAA

Black with #693EAA

Text Example


Text Example

White with #693EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,62,170); }

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

background-color css

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

 a { background-color: rgb(105,62,170); }

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

border-color css

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

 span { border-color: rgb(105,62,170); }

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