Html Css Color HEX #673E95 Royal Purple

📋 copy color: '#673E95'

red 103 ◦ green 62 ◦ blue 149

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

Shades of Royal Purple #673E95

Tints of Royal Purple #673E95

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.75%

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

R = 32.8%
G = 19.75%
B = 47.45%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#673E95 (or 0x673E95) is known color: Royal Purple. HEX triplet: 67, 3E and 95. RGB value is (103,62,149). Sum of RGB (Red+Green+Blue) = 103+62+149=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #673E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673E95 is #98C16A. Grayscale: #535353. Windows color (decimal): -10010987 or 9780839. OLE color: 9780839.

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

Color convert

RGB 103 62 149 -
CMYK 0.31 0.58 0 0.42
HSL 268.28º 0.41% 0.41% -
HSV(B) 268.28º 0.58% 0.58% -
XYZ 12.74 8.5 29.4 -
YUV 84.18 164.58 141.43 -
System Red Green Blue C M Y K H S L
Decimal 103 62 149 0.31 0.58 0 0.42 268.28 0.41 0.41
Hex 67 3E 95 1F 3A 0 2A 10C 29 29
Octal 147 76 225 37 72 0 52 414 51 51
Binary 1100111 111110 10010101 11111 111010 0 101010 100001100 101001 101001

Color Harmonies of #673E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673E95

Black with #673E95

Text Example


Text Example

White with #673E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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