Html Css Color HEX #673996 Royal Purple

📋 copy color: '#673996'

red 103 ◦ green 57 ◦ blue 150

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

Shades of Royal Purple #673996

Tints of Royal Purple #673996

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.39%

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

R = 33.23%
G = 18.39%
B = 48.39%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#673996 (or 0x673996) is known color: Royal Purple. HEX triplet: 67, 39 and 96. RGB value is (103,57,150). Sum of RGB (Red+Green+Blue) = 103+57+150=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #673996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673996 is #98C669. Grayscale: #515151. Windows color (decimal): -10012266 or 9845095. OLE color: 9845095.

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

Color convert

RGB 103 57 150 -
CMYK 0.31 0.62 0 0.41
HSL 269.68º 0.45% 0.41% -
HSV(B) 269.68º 0.62% 0.59% -
XYZ 12.56 8.01 29.74 -
YUV 81.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 103 57 150 0.31 0.62 0 0.41 269.68 0.45 0.41
Hex 67 39 96 1F 3E 0 29 10E 2D 29
Octal 147 71 226 37 76 0 51 416 55 51
Binary 1100111 111001 10010110 11111 111110 0 101001 100001110 101101 101001

Color Harmonies of #673996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673996

Black with #673996

Text Example


Text Example

White with #673996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673996; }

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

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

background-color css

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

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

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

border-color css

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

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

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