Html Css Color HEX #672EAC Royal Purple

📋 copy color: '#672EAC'

red 103 ◦ green 46 ◦ blue 172

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

Shades of Royal Purple #672EAC

Tints of Royal Purple #672EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.58%

R = 32.09%
G = 14.33%
B = 53.58%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#672EAC (or 0x672EAC) is known color: Royal Purple. HEX triplet: 67, 2E and AC. RGB value is (103,46,172). Sum of RGB (Red+Green+Blue) = 103+46+172=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #672EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672EAC is #98D153. Grayscale: #4C4C4C. Windows color (decimal): -10015060 or 11284071. OLE color: 11284071.

HSL color Cylindrical-coordinate representation of color #672EAC: hue angle of 267.14º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #672EAC is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 46 172 -
CMYK 0.40 0.73 0 0.33
HSL 267.14º 0.58% 0.43% -
HSV(B) 267.14º 0.73% 0.67% -
XYZ 14.02 7.82 39.8 -
YUV 77.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 103 46 172 0.40 0.73 0 0.33 267.14 0.58 0.43
Hex 67 2E AC 28 49 0 21 10B 3A 2B
Octal 147 56 254 50 111 0 41 413 72 53
Binary 1100111 101110 10101100 101000 1001001 0 100001 100001011 111010 101011

Color Harmonies of #672EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672EAC

Black with #672EAC

Text Example


Text Example

White with #672EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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