Html Css Color HEX #673098 Royal Purple

📋 copy color: '#673098'

red 103 ◦ green 48 ◦ blue 152

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

Shades of Royal Purple #673098

Tints of Royal Purple #673098

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.84%

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

R = 33.99%
G = 15.84%
B = 50.17%

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

#673098 (or 0x673098) is known color: Royal Purple. HEX triplet: 67, 30 and 98. RGB value is (103,48,152). Sum of RGB (Red+Green+Blue) = 103+48+152=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #673098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673098 is #98CF67. Grayscale: #4B4B4B. Windows color (decimal): -10014568 or 9973863. OLE color: 9973863.

HSL color Cylindrical-coordinate representation of color #673098: hue angle of 271.73º degrees, saturation: 0.52, 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 #673098 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 48 152 -
CMYK 0.32 0.68 0 0.40
HSL 271.73º 0.52% 0.39% -
HSV(B) 271.73º 0.68% 0.6% -
XYZ 12.32 7.26 30.46 -
YUV 76.3 170.72 147.04 -
System Red Green Blue C M Y K H S L
Decimal 103 48 152 0.32 0.68 0 0.40 271.73 0.52 0.39
Hex 67 30 98 20 44 0 28 110 34 27
Octal 147 60 230 40 104 0 50 420 64 47
Binary 1100111 110000 10011000 100000 1000100 0 101000 100010000 110100 100111

Color Harmonies of #673098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673098

Black with #673098

Text Example


Text Example

White with #673098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673098; }

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

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

background-color css

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

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

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

border-color css

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

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

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