Html Css Color HEX #673F95 Royal Purple

📋 copy color: '#673F95'

red 103 ◦ green 63 ◦ blue 149

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

Shades of Royal Purple #673F95

Tints of Royal Purple #673F95

RGB

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

 GREEN value IS 63 (25% from 255) = 20%

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

R = 32.7%
G = 20%
B = 47.3%

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

#673F95 (or 0x673F95) is known color: Royal Purple. HEX triplet: 67, 3F and 95. RGB value is (103,63,149). Sum of RGB (Red+Green+Blue) = 103+63+149=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #673F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673F95 is #98C06A. Grayscale: #545454. Windows color (decimal): -10010731 or 9781095. OLE color: 9781095.

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

Color convert

RGB 103 63 149 -
CMYK 0.31 0.58 0 0.42
HSL 267.91º 0.41% 0.42% -
HSV(B) 267.91º 0.58% 0.58% -
XYZ 12.8 8.61 29.42 -
YUV 84.76 164.25 141.01 -
System Red Green Blue C M Y K H S L
Decimal 103 63 149 0.31 0.58 0 0.42 267.91 0.41 0.42
Hex 67 3F 95 1F 3A 0 2A 10C 29 2A
Octal 147 77 225 37 72 0 52 414 51 52
Binary 1100111 111111 10010101 11111 111010 0 101010 100001100 101001 101010

Color Harmonies of #673F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673F95

Black with #673F95

Text Example


Text Example

White with #673F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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