Html Css Color HEX #693D8B Royal Purple

📋 copy color: '#693D8B'

red 105 ◦ green 61 ◦ blue 139

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

Shades of Royal Purple #693D8B

Tints of Royal Purple #693D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.57%

R = 34.43%
G = 20%
B = 45.57%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#693D8B (or 0x693D8B) is known color: Royal Purple. HEX triplet: 69, 3D and 8B. RGB value is (105,61,139). Sum of RGB (Red+Green+Blue) = 105+61+139=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #693D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693D8B is #96C274. Grayscale: #525252. Windows color (decimal): -9880181 or 9125225. OLE color: 9125225.

HSL color Cylindrical-coordinate representation of color #693D8B: hue angle of 273.85º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #693D8B is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 61 139 -
CMYK 0.24 0.56 0 0.45
HSL 273.85º 0.39% 0.39% -
HSV(B) 273.85º 0.56% 0.55% -
XYZ 12.15 8.2 25.37 -
YUV 83.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 105 61 139 0.24 0.56 0 0.45 273.85 0.39 0.39
Hex 69 3D 8B 18 38 0 2D 112 27 27
Octal 151 75 213 30 70 0 55 422 47 47
Binary 1101001 111101 10001011 11000 111000 0 101101 100010010 100111 100111

Color Harmonies of #693D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D8B

Black with #693D8B

Text Example


Text Example

White with #693D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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