Html Css Color HEX #672E95 Royal Purple

📋 copy color: '#672E95'

red 103 ◦ green 46 ◦ blue 149

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

Shades of Royal Purple #672E95

Tints of Royal Purple #672E95

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.44%

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

R = 34.56%
G = 15.44%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#672E95 (or 0x672E95) is known color: Royal Purple. HEX triplet: 67, 2E and 95. RGB value is (103,46,149). Sum of RGB (Red+Green+Blue) = 103+46+149=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #672E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672E95 is #98D16A. Grayscale: #4A4A4A. Windows color (decimal): -10015083 or 9776743. OLE color: 9776743.

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

Color convert

RGB 103 46 149 -
CMYK 0.31 0.69 0 0.42
HSL 273.2º 0.53% 0.38% -
HSV(B) 273.2º 0.69% 0.58% -
XYZ 12 7.01 29.15 -
YUV 74.79 169.88 148.12 -
System Red Green Blue C M Y K H S L
Decimal 103 46 149 0.31 0.69 0 0.42 273.2 0.53 0.38
Hex 67 2E 95 1F 45 0 2A 111 35 26
Octal 147 56 225 37 105 0 52 421 65 46
Binary 1100111 101110 10010101 11111 1000101 0 101010 100010001 110101 100110

Color Harmonies of #672E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672E95

Black with #672E95

Text Example


Text Example

White with #672E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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