Html Css Color HEX #672CA2 Royal Purple

📋 copy color: '#672CA2'

red 103 ◦ green 44 ◦ blue 162

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

Shades of Royal Purple #672CA2

Tints of Royal Purple #672CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.24%

 BLUE value IS 162 (63.67% from 255) = 52.43%

R = 33.33%
G = 14.24%
B = 52.43%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#672CA2 (or 0x672CA2) is known color: Royal Purple. HEX triplet: 67, 2C and A2. RGB value is (103,44,162). Sum of RGB (Red+Green+Blue) = 103+44+162=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 162 (63.67% from 255 or 52.43% from 309); Max value from RGB is 162 - color contains mainly: blue. Hex color #672CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672CA2 is #98D35D. Grayscale: #4A4A4A. Windows color (decimal): -10015582 or 10628199. OLE color: 10628199.

HSL color Cylindrical-coordinate representation of color #672CA2: hue angle of 270º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #672CA2 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 103 44 162 -
CMYK 0.36 0.73 0 0.36
HSL 270º 0.57% 0.4% -
HSV(B) 270º 0.73% 0.64% -
XYZ 13.02 7.29 34.9 -
YUV 75.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 103 44 162 0.36 0.73 0 0.36 270 0.57 0.4
Hex 67 2C A2 24 49 0 24 10E 39 28
Octal 147 54 242 44 111 0 44 416 71 50
Binary 1100111 101100 10100010 100100 1001001 0 100100 100001110 111001 101000

Color Harmonies of #672CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672CA2

Black with #672CA2

Text Example


Text Example

White with #672CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,44,162); }

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

background-color css

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

 a { background-color: rgb(103,44,162); }

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

border-color css

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

 span { border-color: rgb(103,44,162); }

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