Html Css Color HEX #673496 Royal Purple

📋 copy color: '#673496'

red 103 ◦ green 52 ◦ blue 150

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

Shades of Royal Purple #673496

Tints of Royal Purple #673496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.05%

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

R = 33.77%
G = 17.05%
B = 49.18%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#673496 (or 0x673496) is known color: Royal Purple. HEX triplet: 67, 34 and 96. RGB value is (103,52,150). Sum of RGB (Red+Green+Blue) = 103+52+150=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #673496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673496 is #98CB69. Grayscale: #4E4E4E. Windows color (decimal): -10013546 or 9843815. OLE color: 9843815.

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

Color convert

RGB 103 52 150 -
CMYK 0.31 0.65 0 0.41
HSL 271.22º 0.49% 0.4% -
HSV(B) 271.22º 0.65% 0.59% -
XYZ 12.33 7.54 29.66 -
YUV 78.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 103 52 150 0.31 0.65 0 0.41 271.22 0.49 0.4
Hex 67 34 96 1F 41 0 29 10F 31 28
Octal 147 64 226 37 101 0 51 417 61 50
Binary 1100111 110100 10010110 11111 1000001 0 101001 100001111 110001 101000

Color Harmonies of #673496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673496

Black with #673496

Text Example


Text Example

White with #673496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673496; }

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

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

background-color css

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

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

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

border-color css

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

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

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