Html Css Color HEX #673A98 Royal Purple

📋 copy color: '#673A98'

red 103 ◦ green 58 ◦ blue 152

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

Shades of Royal Purple #673A98

Tints of Royal Purple #673A98

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.53%

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

R = 32.91%
G = 18.53%
B = 48.56%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#673A98 (or 0x673A98) is known color: Royal Purple. HEX triplet: 67, 3A and 98. RGB value is (103,58,152). Sum of RGB (Red+Green+Blue) = 103+58+152=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #673A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673A98 is #98C567. Grayscale: #515151. Windows color (decimal): -10012008 or 9976423. OLE color: 9976423.

HSL color Cylindrical-coordinate representation of color #673A98: hue angle of 268.72º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #673A98 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 58 152 -
CMYK 0.32 0.62 0 0.40
HSL 268.72º 0.45% 0.41% -
HSV(B) 268.72º 0.62% 0.6% -
XYZ 12.77 8.18 30.61 -
YUV 82.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 103 58 152 0.32 0.62 0 0.40 268.72 0.45 0.41
Hex 67 3A 98 20 3E 0 28 10D 2D 29
Octal 147 72 230 40 76 0 50 415 55 51
Binary 1100111 111010 10011000 100000 111110 0 101000 100001101 101101 101001

Color Harmonies of #673A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673A98

Black with #673A98

Text Example


Text Example

White with #673A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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