Html Css Color HEX #693DB2 Royal Purple

📋 copy color: '#693DB2'

red 105 ◦ green 61 ◦ blue 178

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

Shades of Royal Purple #693DB2

Tints of Royal Purple #693DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 51.74%

R = 30.52%
G = 17.73%
B = 51.74%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#693DB2 (or 0x693DB2) is known color: Royal Purple. HEX triplet: 69, 3D and B2. RGB value is (105,61,178). Sum of RGB (Red+Green+Blue) = 105+61+178=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 178 (69.92% from 255 or 51.74% from 344); Max value from RGB is 178 - color contains mainly: blue. Hex color #693DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693DB2 is #96C24D. Grayscale: #575757. Windows color (decimal): -9880142 or 11681129. OLE color: 11681129.

HSL color Cylindrical-coordinate representation of color #693DB2: hue angle of 262.56º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693DB2 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 105 61 178 -
CMYK 0.41 0.66 0 0.30
HSL 262.56º 0.49% 0.47% -
HSV(B) 262.56º 0.66% 0.7% -
XYZ 15.53 9.56 43.15 -
YUV 87.49 179.08 140.49 -
System Red Green Blue C M Y K H S L
Decimal 105 61 178 0.41 0.66 0 0.30 262.56 0.49 0.47
Hex 69 3D B2 29 42 0 1E 107 31 2F
Octal 151 75 262 51 102 0 36 407 61 57
Binary 1101001 111101 10110010 101001 1000010 0 11110 100000111 110001 101111

Color Harmonies of #693DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693DB2

Black with #693DB2

Text Example


Text Example

White with #693DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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