Html Css Color HEX #693CAC Royal Purple

📋 copy color: '#693CAC'

red 105 ◦ green 60 ◦ blue 172

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

Shades of Royal Purple #693CAC

Tints of Royal Purple #693CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.8%

 BLUE value IS 172 (67.58% from 255) = 51.04%

R = 31.16%
G = 17.8%
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

#693CAC (or 0x693CAC) is known color: Royal Purple. HEX triplet: 69, 3C and AC. RGB value is (105,60,172). Sum of RGB (Red+Green+Blue) = 105+60+172=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #693CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693CAC is #96C353. Grayscale: #555555. Windows color (decimal): -9880404 or 11287657. OLE color: 11287657.

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

Color convert

RGB 105 60 172 -
CMYK 0.39 0.65 0 0.33
HSL 264.11º 0.48% 0.45% -
HSV(B) 264.11º 0.65% 0.67% -
XYZ 14.89 9.21 40.02 -
YUV 86.22 176.41 141.39 -
System Red Green Blue C M Y K H S L
Decimal 105 60 172 0.39 0.65 0 0.33 264.11 0.48 0.45
Hex 69 3C AC 27 41 0 21 108 30 2D
Octal 151 74 254 47 101 0 41 410 60 55
Binary 1101001 111100 10101100 100111 1000001 0 100001 100001000 110000 101101

Color Harmonies of #693CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693CAC

Black with #693CAC

Text Example


Text Example

White with #693CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,60,172); }

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

background-color css

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

 a { background-color: rgb(105,60,172); }

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

border-color css

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

 span { border-color: rgb(105,60,172); }

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