Html Css Color HEX #693FA6 Royal Purple

📋 copy color: '#693FA6'

red 105 ◦ green 63 ◦ blue 166

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

Shades of Royal Purple #693FA6

Tints of Royal Purple #693FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 49.7%

R = 31.44%
G = 18.86%
B = 49.7%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#693FA6 (or 0x693FA6) is known color: Royal Purple. HEX triplet: 69, 3F and A6. RGB value is (105,63,166). Sum of RGB (Red+Green+Blue) = 105+63+166=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 166 (65.23% from 255 or 49.70% from 334); Max value from RGB is 166 - color contains mainly: blue. Hex color #693FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693FA6 is #96C059. Grayscale: #565656. Windows color (decimal): -9879642 or 10895209. OLE color: 10895209.

HSL color Cylindrical-coordinate representation of color #693FA6: hue angle of 264.47º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #693FA6 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 63 166 -
CMYK 0.37 0.62 0 0.35
HSL 264.47º 0.45% 0.45% -
HSV(B) 264.47º 0.62% 0.65% -
XYZ 14.49 9.31 37.11 -
YUV 87.3 172.41 140.62 -
System Red Green Blue C M Y K H S L
Decimal 105 63 166 0.37 0.62 0 0.35 264.47 0.45 0.45
Hex 69 3F A6 25 3E 0 23 108 2D 2D
Octal 151 77 246 45 76 0 43 410 55 55
Binary 1101001 111111 10100110 100101 111110 0 100011 100001000 101101 101101

Color Harmonies of #693FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693FA6

Black with #693FA6

Text Example


Text Example

White with #693FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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