Html Css Color HEX #673095 Royal Purple

📋 copy color: '#673095'

red 103 ◦ green 48 ◦ blue 149

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

Shades of Royal Purple #673095

Tints of Royal Purple #673095

RGB

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

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

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

R = 34.33%
G = 16%
B = 49.67%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#673095 (or 0x673095) is known color: Royal Purple. HEX triplet: 67, 30 and 95. RGB value is (103,48,149). Sum of RGB (Red+Green+Blue) = 103+48+149=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #673095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673095 is #98CF6A. Grayscale: #4B4B4B. Windows color (decimal): -10014571 or 9777255. OLE color: 9777255.

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

Color convert

RGB 103 48 149 -
CMYK 0.31 0.68 0 0.42
HSL 272.67º 0.51% 0.39% -
HSV(B) 272.67º 0.68% 0.58% -
XYZ 12.08 7.17 29.18 -
YUV 75.96 169.22 147.29 -
System Red Green Blue C M Y K H S L
Decimal 103 48 149 0.31 0.68 0 0.42 272.67 0.51 0.39
Hex 67 30 95 1F 44 0 2A 111 33 27
Octal 147 60 225 37 104 0 52 421 63 47
Binary 1100111 110000 10010101 11111 1000100 0 101010 100010001 110011 100111

Color Harmonies of #673095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673095

Black with #673095

Text Example


Text Example

White with #673095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673095; }

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

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

background-color css

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

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

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

border-color css

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

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

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