Html Css Color HEX #693FAE Royal Purple

📋 copy color: '#693FAE'

red 105 ◦ green 63 ◦ blue 174

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

Shades of Royal Purple #693FAE

Tints of Royal Purple #693FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 18.42%

 BLUE value IS 174 (68.36% from 255) = 50.88%

R = 30.7%
G = 18.42%
B = 50.88%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#693FAE (or 0x693FAE) is known color: Royal Purple. HEX triplet: 69, 3F and AE. RGB value is (105,63,174). Sum of RGB (Red+Green+Blue) = 105+63+174=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #693FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693FAE is #96C051. Grayscale: #575757. Windows color (decimal): -9879634 or 11419497. OLE color: 11419497.

HSL color Cylindrical-coordinate representation of color #693FAE: hue angle of 262.7º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #693FAE is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 63 174 -
CMYK 0.40 0.64 0 0.32
HSL 262.7º 0.47% 0.46% -
HSV(B) 262.7º 0.64% 0.68% -
XYZ 15.24 9.61 41.1 -
YUV 88.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 105 63 174 0.40 0.64 0 0.32 262.7 0.47 0.46
Hex 69 3F AE 28 40 0 20 107 2F 2E
Octal 151 77 256 50 100 0 40 407 57 56
Binary 1101001 111111 10101110 101000 1000000 0 100000 100000111 101111 101110

Color Harmonies of #693FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693FAE

Black with #693FAE

Text Example


Text Example

White with #693FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,63,174); }

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

background-color css

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

 a { background-color: rgb(105,63,174); }

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

border-color css

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

 span { border-color: rgb(105,63,174); }

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