Html Css Color HEX #672896 Royal Purple

📋 copy color: '#672896'

red 103 ◦ green 40 ◦ blue 150

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

Shades of Royal Purple #672896

Tints of Royal Purple #672896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

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

R = 35.15%
G = 13.65%
B = 51.19%

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

#672896 (or 0x672896) is known color: Royal Purple. HEX triplet: 67, 28 and 96. RGB value is (103,40,150). Sum of RGB (Red+Green+Blue) = 103+40+150=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #672896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672896 is #98D769. Grayscale: #474747. Windows color (decimal): -10016618 or 9840743. OLE color: 9840743.

HSL color Cylindrical-coordinate representation of color #672896: hue angle of 274.36º degrees, saturation: 0.58, 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 #672896 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 40 150 -
CMYK 0.31 0.73 0 0.41
HSL 274.36º 0.58% 0.37% -
HSV(B) 274.36º 0.73% 0.59% -
XYZ 11.86 6.6 29.5 -
YUV 71.38 172.37 150.56 -
System Red Green Blue C M Y K H S L
Decimal 103 40 150 0.31 0.73 0 0.41 274.36 0.58 0.37
Hex 67 28 96 1F 49 0 29 112 3A 25
Octal 147 50 226 37 111 0 51 422 72 45
Binary 1100111 101000 10010110 11111 1001001 0 101001 100010010 111010 100101

Color Harmonies of #672896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672896

Black with #672896

Text Example


Text Example

White with #672896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672896; }

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

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

background-color css

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

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

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

border-color css

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

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

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