Html Css Color HEX #7346B7 Studio

📋 copy color: '#7346B7'

red 115 ◦ green 70 ◦ blue 183

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

Shades of Studio #7346B7

Tints of Studio #7346B7

RGB

 RED value IS 115 (45.31% from 255) = 31.25%

 GREEN value IS 70 (27.73% from 255) = 19.02%

 BLUE value IS 183 (71.88% from 255) = 49.73%

R = 31.25%
G = 19.02%
B = 49.73%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7346B7 (or 0x7346B7) is known color: Studio. HEX triplet: 73, 46 and B7. RGB value is (115,70,183). Sum of RGB (Red+Green+Blue) = 115+70+183=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #7346B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7346B7 is #8CB948. Grayscale: #5F5F5F. Windows color (decimal): -9222473 or 12011123. OLE color: 12011123.

HSL color Cylindrical-coordinate representation of color #7346B7: hue angle of 263.89º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7346B7 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 115 70 183 -
CMYK 0.37 0.62 0 0.28
HSL 263.89º 0.45% 0.5% -
HSV(B) 263.89º 0.62% 0.72% -
XYZ 17.81 11.44 46.07 -
YUV 96.34 176.91 141.31 -
System Red Green Blue C M Y K H S L
Decimal 115 70 183 0.37 0.62 0 0.28 263.89 0.45 0.5
Hex 73 46 B7 25 3E 0 1C 108 2D 32
Octal 163 106 267 45 76 0 34 410 55 62
Binary 1110011 1000110 10110111 100101 111110 0 11100 100001000 101101 110010

Color Harmonies of #7346B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7346B7

Black with #7346B7

Text Example


Text Example

White with #7346B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7346B7; }

 p { color: rgb(115,70,183); }

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

background-color css

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

 a { background-color: rgb(115,70,183); }

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

border-color css

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

 span { border-color: rgb(115,70,183); }

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