Html Css Color HEX #693BAB Royal Purple

📋 copy color: '#693BAB'

red 105 ◦ green 59 ◦ blue 171

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

Shades of Royal Purple #693BAB

Tints of Royal Purple #693BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.61%

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

R = 31.34%
G = 17.61%
B = 51.04%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#693BAB (or 0x693BAB) is known color: Royal Purple. HEX triplet: 69, 3B and AB. RGB value is (105,59,171). Sum of RGB (Red+Green+Blue) = 105+59+171=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #693BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693BAB is #96C454. Grayscale: #555555. Windows color (decimal): -9880661 or 11221865. OLE color: 11221865.

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

Color convert

RGB 105 59 171 -
CMYK 0.39 0.65 0 0.33
HSL 264.64º 0.49% 0.45% -
HSV(B) 264.64º 0.65% 0.67% -
XYZ 14.74 9.07 39.5 -
YUV 85.52 176.24 141.89 -
System Red Green Blue C M Y K H S L
Decimal 105 59 171 0.39 0.65 0 0.33 264.64 0.49 0.45
Hex 69 3B AB 27 41 0 21 109 31 2D
Octal 151 73 253 47 101 0 41 411 61 55
Binary 1101001 111011 10101011 100111 1000001 0 100001 100001001 110001 101101

Color Harmonies of #693BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693BAB

Black with #693BAB

Text Example


Text Example

White with #693BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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