Html Css Color HEX #673198 Royal Purple

📋 copy color: '#673198'

red 103 ◦ green 49 ◦ blue 152

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

Shades of Royal Purple #673198

Tints of Royal Purple #673198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.12%

 BLUE value IS 152 (59.77% from 255) = 50%

R = 33.88%
G = 16.12%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#673198 (or 0x673198) is known color: Royal Purple. HEX triplet: 67, 31 and 98. RGB value is (103,49,152). Sum of RGB (Red+Green+Blue) = 103+49+152=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #673198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673198 is #98CE67. Grayscale: #4C4C4C. Windows color (decimal): -10014312 or 9974119. OLE color: 9974119.

HSL color Cylindrical-coordinate representation of color #673198: hue angle of 271.46º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #673198 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 49 152 -
CMYK 0.32 0.68 0 0.40
HSL 271.46º 0.51% 0.39% -
HSV(B) 271.46º 0.68% 0.6% -
XYZ 12.36 7.35 30.47 -
YUV 76.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 103 49 152 0.32 0.68 0 0.40 271.46 0.51 0.39
Hex 67 31 98 20 44 0 28 10F 33 27
Octal 147 61 230 40 104 0 50 417 63 47
Binary 1100111 110001 10011000 100000 1000100 0 101000 100001111 110011 100111

Color Harmonies of #673198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673198

Black with #673198

Text Example


Text Example

White with #673198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673198; }

 p { color: rgb(103,49,152); }

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

background-color css

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

 a { background-color: rgb(103,49,152); }

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

border-color css

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

 span { border-color: rgb(103,49,152); }

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