Html Css Color HEX #7341AC Studio

📋 copy color: '#7341AC'

red 115 ◦ green 65 ◦ blue 172

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

Shades of Studio #7341AC

Tints of Studio #7341AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 32.67%
G = 18.47%
B = 48.86%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7341AC (or 0x7341AC) is known color: Studio. HEX triplet: 73, 41 and AC. RGB value is (115,65,172). Sum of RGB (Red+Green+Blue) = 115+65+172=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #7341AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7341AC is #8CBE53. Grayscale: #5B5B5B. Windows color (decimal): -9223764 or 11288947. OLE color: 11288947.

HSL color Cylindrical-coordinate representation of color #7341AC: hue angle of 268.04º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7341AC is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 65 172 -
CMYK 0.33 0.62 0 0.33
HSL 268.04º 0.45% 0.46% -
HSV(B) 268.04º 0.62% 0.67% -
XYZ 16.41 10.4 40.17 -
YUV 92.15 173.07 144.3 -
System Red Green Blue C M Y K H S L
Decimal 115 65 172 0.33 0.62 0 0.33 268.04 0.45 0.46
Hex 73 41 AC 21 3E 0 21 10C 2D 2E
Octal 163 101 254 41 76 0 41 414 55 56
Binary 1110011 1000001 10101100 100001 111110 0 100001 100001100 101101 101110

Color Harmonies of #7341AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7341AC

Black with #7341AC

Text Example


Text Example

White with #7341AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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