Html Css Color HEX #672994 Royal Purple

📋 copy color: '#672994'

red 103 ◦ green 41 ◦ blue 148

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

Shades of Royal Purple #672994

Tints of Royal Purple #672994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.04%

 BLUE value IS 148 (58.2% from 255) = 50.68%

R = 35.27%
G = 14.04%
B = 50.68%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#672994 (or 0x672994) is known color: Royal Purple. HEX triplet: 67, 29 and 94. RGB value is (103,41,148). Sum of RGB (Red+Green+Blue) = 103+41+148=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #672994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672994 is #98D66B. Grayscale: #474747. Windows color (decimal): -10016364 or 9709927. OLE color: 9709927.

HSL color Cylindrical-coordinate representation of color #672994: hue angle of 274.77º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #672994 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 41 148 -
CMYK 0.30 0.72 0 0.42
HSL 274.77º 0.57% 0.37% -
HSV(B) 274.77º 0.72% 0.58% -
XYZ 11.73 6.61 28.67 -
YUV 71.74 171.04 150.3 -
System Red Green Blue C M Y K H S L
Decimal 103 41 148 0.30 0.72 0 0.42 274.77 0.57 0.37
Hex 67 29 94 1E 48 0 2A 113 39 25
Octal 147 51 224 36 110 0 52 423 71 45
Binary 1100111 101001 10010100 11110 1001000 0 101010 100010011 111001 100101

Color Harmonies of #672994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672994

Black with #672994

Text Example


Text Example

White with #672994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672994; }

 p { color: rgb(103,41,148); }

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

background-color css

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

 a { background-color: rgb(103,41,148); }

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

border-color css

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

 span { border-color: rgb(103,41,148); }

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