Html Css Color HEX #672AA8 Royal Purple

📋 copy color: '#672AA8'

red 103 ◦ green 42 ◦ blue 168

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

Shades of Royal Purple #672AA8

Tints of Royal Purple #672AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 53.67%

R = 32.91%
G = 13.42%
B = 53.67%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#672AA8 (or 0x672AA8) is known color: Royal Purple. HEX triplet: 67, 2A and A8. RGB value is (103,42,168). Sum of RGB (Red+Green+Blue) = 103+42+168=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 168 (66.02% from 255 or 53.67% from 313); Max value from RGB is 168 - color contains mainly: blue. Hex color #672AA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672AA8 is #98D557. Grayscale: #4A4A4A. Windows color (decimal): -10016088 or 11020903. OLE color: 11020903.

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

Color convert

RGB 103 42 168 -
CMYK 0.39 0.75 0 0.34
HSL 269.05º 0.6% 0.41% -
HSV(B) 269.05º 0.75% 0.66% -
XYZ 13.49 7.37 37.76 -
YUV 74.6 180.71 148.25 -
System Red Green Blue C M Y K H S L
Decimal 103 42 168 0.39 0.75 0 0.34 269.05 0.6 0.41
Hex 67 2A A8 27 4B 0 22 10D 3C 29
Octal 147 52 250 47 113 0 42 415 74 51
Binary 1100111 101010 10101000 100111 1001011 0 100010 100001101 111100 101001

Color Harmonies of #672AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672AA8

Black with #672AA8

Text Example


Text Example

White with #672AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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