Html Css Color HEX #672DAA Royal Purple

📋 copy color: '#672DAA'

red 103 ◦ green 45 ◦ blue 170

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

Shades of Royal Purple #672DAA

Tints of Royal Purple #672DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.15%

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 32.39%
G = 14.15%
B = 53.46%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#672DAA (or 0x672DAA) is known color: Royal Purple. HEX triplet: 67, 2D and AA. RGB value is (103,45,170). Sum of RGB (Red+Green+Blue) = 103+45+170=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #672DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672DAA is #98D255. Grayscale: #4C4C4C. Windows color (decimal): -10015318 or 11152743. OLE color: 11152743.

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

Color convert

RGB 103 45 170 -
CMYK 0.39 0.74 0 0.33
HSL 267.84º 0.58% 0.42% -
HSV(B) 267.84º 0.74% 0.67% -
XYZ 13.79 7.66 38.78 -
YUV 76.59 180.72 146.84 -
System Red Green Blue C M Y K H S L
Decimal 103 45 170 0.39 0.74 0 0.33 267.84 0.58 0.42
Hex 67 2D AA 27 4A 0 21 10C 3A 2A
Octal 147 55 252 47 112 0 41 414 72 52
Binary 1100111 101101 10101010 100111 1001010 0 100001 100001100 111010 101010

Color Harmonies of #672DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672DAA

Black with #672DAA

Text Example


Text Example

White with #672DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,45,170); }

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

background-color css

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

 a { background-color: rgb(103,45,170); }

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

border-color css

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

 span { border-color: rgb(103,45,170); }

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