Html Css Color HEX #672996 Royal Purple

📋 copy color: '#672996'

red 103 ◦ green 41 ◦ blue 150

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

Shades of Royal Purple #672996

Tints of Royal Purple #672996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.95%

 BLUE value IS 150 (58.98% from 255) = 51.02%

R = 35.03%
G = 13.95%
B = 51.02%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#672996 (or 0x672996) is known color: Royal Purple. HEX triplet: 67, 29 and 96. RGB value is (103,41,150). Sum of RGB (Red+Green+Blue) = 103+41+150=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #672996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672996 is #98D669. Grayscale: #474747. Windows color (decimal): -10016362 or 9840999. OLE color: 9840999.

HSL color Cylindrical-coordinate representation of color #672996: hue angle of 274.13º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #672996 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 41 150 -
CMYK 0.31 0.73 0 0.41
HSL 274.13º 0.57% 0.37% -
HSV(B) 274.13º 0.73% 0.59% -
XYZ 11.89 6.67 29.52 -
YUV 71.96 172.04 150.14 -
System Red Green Blue C M Y K H S L
Decimal 103 41 150 0.31 0.73 0 0.41 274.13 0.57 0.37
Hex 67 29 96 1F 49 0 29 112 39 25
Octal 147 51 226 37 111 0 51 422 71 45
Binary 1100111 101001 10010110 11111 1001001 0 101001 100010010 111001 100101

Color Harmonies of #672996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672996

Black with #672996

Text Example


Text Example

White with #672996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672996; }

 p { color: rgb(103,41,150); }

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

background-color css

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

 a { background-color: rgb(103,41,150); }

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

border-color css

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

 span { border-color: rgb(103,41,150); }

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