Html Css Color HEX #693DB0 Royal Purple

📋 copy color: '#693DB0'

red 105 ◦ green 61 ◦ blue 176

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

Shades of Royal Purple #693DB0

Tints of Royal Purple #693DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 51.46%

R = 30.7%
G = 17.84%
B = 51.46%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#693DB0 (or 0x693DB0) is known color: Royal Purple. HEX triplet: 69, 3D and B0. RGB value is (105,61,176). Sum of RGB (Red+Green+Blue) = 105+61+176=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 176 (69.14% from 255 or 51.46% from 342); Max value from RGB is 176 - color contains mainly: blue. Hex color #693DB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693DB0 is #96C24F. Grayscale: #565656. Windows color (decimal): -9880144 or 11550057. OLE color: 11550057.

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

Color convert

RGB 105 61 176 -
CMYK 0.40 0.65 0 0.31
HSL 262.96º 0.49% 0.46% -
HSV(B) 262.96º 0.65% 0.69% -
XYZ 15.33 9.48 42.1 -
YUV 87.27 178.08 140.65 -
System Red Green Blue C M Y K H S L
Decimal 105 61 176 0.40 0.65 0 0.31 262.96 0.49 0.46
Hex 69 3D B0 28 41 0 1F 107 31 2E
Octal 151 75 260 50 101 0 37 407 61 56
Binary 1101001 111101 10110000 101000 1000001 0 11111 100000111 110001 101110

Color Harmonies of #693DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693DB0

Black with #693DB0

Text Example


Text Example

White with #693DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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