Html Css Color HEX #673298 Royal Purple

📋 copy color: '#673298'

red 103 ◦ green 50 ◦ blue 152

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

Shades of Royal Purple #673298

Tints of Royal Purple #673298

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.39%

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

R = 33.77%
G = 16.39%
B = 49.84%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#673298 (or 0x673298) is known color: Royal Purple. HEX triplet: 67, 32 and 98. RGB value is (103,50,152). Sum of RGB (Red+Green+Blue) = 103+50+152=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #673298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673298 is #98CD67. Grayscale: #4D4D4D. Windows color (decimal): -10014056 or 9974375. OLE color: 9974375.

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

Color convert

RGB 103 50 152 -
CMYK 0.32 0.67 0 0.40
HSL 271.18º 0.5% 0.4% -
HSV(B) 271.18º 0.67% 0.6% -
XYZ 12.4 7.43 30.49 -
YUV 77.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 103 50 152 0.32 0.67 0 0.40 271.18 0.5 0.4
Hex 67 32 98 20 43 0 28 10F 32 28
Octal 147 62 230 40 103 0 50 417 62 50
Binary 1100111 110010 10011000 100000 1000011 0 101000 100001111 110010 101000

Color Harmonies of #673298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673298

Black with #673298

Text Example


Text Example

White with #673298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673298; }

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

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

background-color css

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

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

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

border-color css

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

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

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