Html Css Color HEX #7341A6 Studio

📋 copy color: '#7341A6'

red 115 ◦ green 65 ◦ blue 166

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

Shades of Studio #7341A6

Tints of Studio #7341A6

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.79%

 BLUE value IS 166 (65.23% from 255) = 47.98%

R = 33.24%
G = 18.79%
B = 47.98%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7341A6 (or 0x7341A6) is known color: Studio. HEX triplet: 73, 41 and A6. RGB value is (115,65,166). Sum of RGB (Red+Green+Blue) = 115+65+166=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 166 - color contains mainly: blue. Hex color #7341A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7341A6 is #8CBE59. Grayscale: #5B5B5B. Windows color (decimal): -9223770 or 10895731. OLE color: 10895731.

HSL color Cylindrical-coordinate representation of color #7341A6: hue angle of 269.7º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7341A6 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 65 166 -
CMYK 0.31 0.61 0 0.35
HSL 269.7º 0.44% 0.45% -
HSV(B) 269.7º 0.61% 0.65% -
XYZ 15.84 10.18 37.21 -
YUV 91.46 170.07 144.79 -
System Red Green Blue C M Y K H S L
Decimal 115 65 166 0.31 0.61 0 0.35 269.7 0.44 0.45
Hex 73 41 A6 1F 3D 0 23 10E 2C 2D
Octal 163 101 246 37 75 0 43 416 54 55
Binary 1110011 1000001 10100110 11111 111101 0 100011 100001110 101100 101101

Color Harmonies of #7341A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7341A6

Black with #7341A6

Text Example


Text Example

White with #7341A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7341A6; }

 p { color: rgb(115,65,166); }

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

background-color css

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

 a { background-color: rgb(115,65,166); }

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

border-color css

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

 span { border-color: rgb(115,65,166); }

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