Html Css Color HEX #672BA8 Royal Purple

📋 copy color: '#672BA8'

red 103 ◦ green 43 ◦ blue 168

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

Shades of Royal Purple #672BA8

Tints of Royal Purple #672BA8

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

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

R = 32.8%
G = 13.69%
B = 53.5%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#672BA8 (or 0x672BA8) is known color: Royal Purple. HEX triplet: 67, 2B and A8. RGB value is (103,43,168). Sum of RGB (Red+Green+Blue) = 103+43+168=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 168 (66.02% from 255 or 53.50% from 314); Max value from RGB is 168 - color contains mainly: blue. Hex color #672BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672BA8 is #98D457. Grayscale: #4A4A4A. Windows color (decimal): -10015832 or 11021159. OLE color: 11021159.

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

Color convert

RGB 103 43 168 -
CMYK 0.39 0.74 0 0.34
HSL 268.8º 0.59% 0.41% -
HSV(B) 268.8º 0.74% 0.66% -
XYZ 13.53 7.44 37.77 -
YUV 75.19 180.38 147.84 -
System Red Green Blue C M Y K H S L
Decimal 103 43 168 0.39 0.74 0 0.34 268.8 0.59 0.41
Hex 67 2B A8 27 4A 0 22 10D 3B 29
Octal 147 53 250 47 112 0 42 415 73 51
Binary 1100111 101011 10101000 100111 1001010 0 100010 100001101 111011 101001

Color Harmonies of #672BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672BA8

Black with #672BA8

Text Example


Text Example

White with #672BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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