Html Css Color HEX #673495 Royal Purple

📋 copy color: '#673495'

red 103 ◦ green 52 ◦ blue 149

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

Shades of Royal Purple #673495

Tints of Royal Purple #673495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.01%

R = 33.88%
G = 17.11%
B = 49.01%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#673495 (or 0x673495) is known color: Royal Purple. HEX triplet: 67, 34 and 95. RGB value is (103,52,149). Sum of RGB (Red+Green+Blue) = 103+52+149=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #673495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673495 is #98CB6A. Grayscale: #4D4D4D. Windows color (decimal): -10013547 or 9778279. OLE color: 9778279.

HSL color Cylindrical-coordinate representation of color #673495: hue angle of 271.55º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #673495 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 52 149 -
CMYK 0.31 0.65 0 0.42
HSL 271.55º 0.48% 0.39% -
HSV(B) 271.55º 0.65% 0.58% -
XYZ 12.25 7.51 29.24 -
YUV 78.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 103 52 149 0.31 0.65 0 0.42 271.55 0.48 0.39
Hex 67 34 95 1F 41 0 2A 110 30 27
Octal 147 64 225 37 101 0 52 420 60 47
Binary 1100111 110100 10010101 11111 1000001 0 101010 100010000 110000 100111

Color Harmonies of #673495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673495

Black with #673495

Text Example


Text Example

White with #673495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673495; }

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

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

background-color css

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

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

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

border-color css

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

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

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