Html Css Color HEX #672AAA Royal Purple

📋 copy color: '#672AAA'

red 103 ◦ green 42 ◦ blue 170

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

Shades of Royal Purple #672AAA

Tints of Royal Purple #672AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.33%

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

R = 32.7%
G = 13.33%
B = 53.97%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#672AAA (or 0x672AAA) is known color: Royal Purple. HEX triplet: 67, 2A and AA. RGB value is (103,42,170). Sum of RGB (Red+Green+Blue) = 103+42+170=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #672AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672AAA is #98D555. Grayscale: #4A4A4A. Windows color (decimal): -10016086 or 11151975. OLE color: 11151975.

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

Color convert

RGB 103 42 170 -
CMYK 0.39 0.75 0 0.33
HSL 268.59º 0.6% 0.42% -
HSV(B) 268.59º 0.75% 0.67% -
XYZ 13.68 7.44 38.75 -
YUV 74.83 181.71 148.09 -
System Red Green Blue C M Y K H S L
Decimal 103 42 170 0.39 0.75 0 0.33 268.59 0.6 0.42
Hex 67 2A AA 27 4B 0 21 10D 3C 2A
Octal 147 52 252 47 113 0 41 415 74 52
Binary 1100111 101010 10101010 100111 1001011 0 100001 100001101 111100 101010

Color Harmonies of #672AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672AAA

Black with #672AAA

Text Example


Text Example

White with #672AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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