Html Css Color HEX #693896 Royal Purple

📋 copy color: '#693896'

red 105 ◦ green 56 ◦ blue 150

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

Shades of Royal Purple #693896

Tints of Royal Purple #693896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.01%

 BLUE value IS 150 (58.98% from 255) = 48.23%

R = 33.76%
G = 18.01%
B = 48.23%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#693896 (or 0x693896) is known color: Royal Purple. HEX triplet: 69, 38 and 96. RGB value is (105,56,150). Sum of RGB (Red+Green+Blue) = 105+56+150=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #693896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693896 is #96C769. Grayscale: #515151. Windows color (decimal): -9881450 or 9844841. OLE color: 9844841.

HSL color Cylindrical-coordinate representation of color #693896: hue angle of 271.28º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #693896 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 56 150 -
CMYK 0.30 0.63 0 0.41
HSL 271.28º 0.46% 0.4% -
HSV(B) 271.28º 0.63% 0.59% -
XYZ 12.74 8.03 29.73 -
YUV 81.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 105 56 150 0.30 0.63 0 0.41 271.28 0.46 0.4
Hex 69 38 96 1E 3F 0 29 10F 2E 28
Octal 151 70 226 36 77 0 51 417 56 50
Binary 1101001 111000 10010110 11110 111111 0 101001 100001111 101110 101000

Color Harmonies of #693896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693896

Black with #693896

Text Example


Text Example

White with #693896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693896; }

 p { color: rgb(105,56,150); }

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

background-color css

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

 a { background-color: rgb(105,56,150); }

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

border-color css

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

 span { border-color: rgb(105,56,150); }

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