Html Css Color HEX #693FAF Royal Purple

📋 copy color: '#693FAF'

red 105 ◦ green 63 ◦ blue 175

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

Shades of Royal Purple #693FAF

Tints of Royal Purple #693FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.02%

R = 30.61%
G = 18.37%
B = 51.02%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#693FAF (or 0x693FAF) is known color: Royal Purple. HEX triplet: 69, 3F and AF. RGB value is (105,63,175). Sum of RGB (Red+Green+Blue) = 105+63+175=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #693FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693FAF is #96C050. Grayscale: #575757. Windows color (decimal): -9879633 or 11485033. OLE color: 11485033.

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

Color convert

RGB 105 63 175 -
CMYK 0.40 0.64 0 0.31
HSL 262.5º 0.47% 0.47% -
HSV(B) 262.5º 0.64% 0.69% -
XYZ 15.34 9.65 41.61 -
YUV 88.33 176.91 139.89 -
System Red Green Blue C M Y K H S L
Decimal 105 63 175 0.40 0.64 0 0.31 262.5 0.47 0.47
Hex 69 3F AF 28 40 0 1F 106 2F 2F
Octal 151 77 257 50 100 0 37 406 57 57
Binary 1101001 111111 10101111 101000 1000000 0 11111 100000110 101111 101111

Color Harmonies of #693FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693FAF

Black with #693FAF

Text Example


Text Example

White with #693FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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