Html Css Color HEX #693DAB Royal Purple

📋 copy color: '#693DAB'

red 105 ◦ green 61 ◦ blue 171

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

Shades of Royal Purple #693DAB

Tints of Royal Purple #693DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 31.16%
G = 18.1%
B = 50.74%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#693DAB (or 0x693DAB) is known color: Royal Purple. HEX triplet: 69, 3D and AB. RGB value is (105,61,171). Sum of RGB (Red+Green+Blue) = 105+61+171=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #693DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693DAB is #96C254. Grayscale: #565656. Windows color (decimal): -9880149 or 11222377. OLE color: 11222377.

HSL color Cylindrical-coordinate representation of color #693DAB: hue angle of 264º 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 #693DAB is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 61 171 -
CMYK 0.39 0.64 0 0.33
HSL 264º 0.47% 0.45% -
HSV(B) 264º 0.64% 0.67% -
XYZ 14.85 9.28 39.54 -
YUV 86.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 105 61 171 0.39 0.64 0 0.33 264 0.47 0.45
Hex 69 3D AB 27 40 0 21 108 2F 2D
Octal 151 75 253 47 100 0 41 410 57 55
Binary 1101001 111101 10101011 100111 1000000 0 100001 100001000 101111 101101

Color Harmonies of #693DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693DAB

Black with #693DAB

Text Example


Text Example

White with #693DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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