Html Css Color HEX #673896 Royal Purple

📋 copy color: '#673896'

red 103 ◦ green 56 ◦ blue 150

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

Shades of Royal Purple #673896

Tints of Royal Purple #673896

RGB

 RED value IS 103 (40.63% from 255) = 33.33%

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

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

R = 33.33%
G = 18.12%
B = 48.54%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#673896 (or 0x673896) is known color: Royal Purple. HEX triplet: 67, 38 and 96. RGB value is (103,56,150). Sum of RGB (Red+Green+Blue) = 103+56+150=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #673896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673896 is #98C769. Grayscale: #505050. Windows color (decimal): -10012522 or 9844839. OLE color: 9844839.

HSL color Cylindrical-coordinate representation of color #673896: hue angle of 270º 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 #673896 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 56 150 -
CMYK 0.31 0.63 0 0.41
HSL 270º 0.46% 0.4% -
HSV(B) 270º 0.63% 0.59% -
XYZ 12.51 7.91 29.72 -
YUV 80.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 103 56 150 0.31 0.63 0 0.41 270 0.46 0.4
Hex 67 38 96 1F 3F 0 29 10E 2E 28
Octal 147 70 226 37 77 0 51 416 56 50
Binary 1100111 111000 10010110 11111 111111 0 101001 100001110 101110 101000

Color Harmonies of #673896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673896

Black with #673896

Text Example


Text Example

White with #673896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673896; }

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

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

background-color css

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

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

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

border-color css

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

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

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