Html Css Color HEX #693F9B Royal Purple

📋 copy color: '#693F9B'

red 105 ◦ green 63 ◦ blue 155

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

Shades of Royal Purple #693F9B

Tints of Royal Purple #693F9B

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

 BLUE value IS 155 (60.94% from 255) = 47.99%

R = 32.51%
G = 19.5%
B = 47.99%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#693F9B (or 0x693F9B) is known color: Royal Purple. HEX triplet: 69, 3F and 9B. RGB value is (105,63,155). Sum of RGB (Red+Green+Blue) = 105+63+155=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #693F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693F9B is #96C064. Grayscale: #555555. Windows color (decimal): -9879653 or 10174313. OLE color: 10174313.

HSL color Cylindrical-coordinate representation of color #693F9B: hue angle of 267.39º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #693F9B is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 63 155 -
CMYK 0.32 0.59 0 0.39
HSL 267.39º 0.42% 0.43% -
HSV(B) 267.39º 0.59% 0.61% -
XYZ 13.52 8.92 32.02 -
YUV 86.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 105 63 155 0.32 0.59 0 0.39 267.39 0.42 0.43
Hex 69 3F 9B 20 3B 0 27 10B 2A 2B
Octal 151 77 233 40 73 0 47 413 52 53
Binary 1101001 111111 10011011 100000 111011 0 100111 100001011 101010 101011

Color Harmonies of #693F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F9B

Black with #693F9B

Text Example


Text Example

White with #693F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,63,155); }

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

background-color css

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

 a { background-color: rgb(105,63,155); }

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

border-color css

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

 span { border-color: rgb(105,63,155); }

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