Html Css Color HEX #7441A7 Studio

📋 copy color: '#7441A7'

red 116 ◦ green 65 ◦ blue 167

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

Shades of Studio #7441A7

Tints of Studio #7441A7

RGB

 RED value IS 116 (45.7% from 255) = 33.33%

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

 BLUE value IS 167 (65.63% from 255) = 47.99%

R = 33.33%
G = 18.68%
B = 47.99%

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

#7441A7 (or 0x7441A7) is known color: Studio. HEX triplet: 74, 41 and A7. RGB value is (116,65,167). Sum of RGB (Red+Green+Blue) = 116+65+167=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 167 (65.62% from 255 or 47.99% from 348); Max value from RGB is 167 - color contains mainly: blue. Hex color #7441A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7441A7 is #8BBE58. Grayscale: #5B5B5B. Windows color (decimal): -9158233 or 10961268. OLE color: 10961268.

HSL color Cylindrical-coordinate representation of color #7441A7: hue angle of 270º 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 #7441A7 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 65 167 -
CMYK 0.31 0.61 0 0.35
HSL 270º 0.44% 0.45% -
HSV(B) 270º 0.61% 0.65% -
XYZ 16.07 10.28 37.7 -
YUV 91.88 170.4 145.21 -
System Red Green Blue C M Y K H S L
Decimal 116 65 167 0.31 0.61 0 0.35 270 0.44 0.45
Hex 74 41 A7 1F 3D 0 23 10E 2C 2D
Octal 164 101 247 37 75 0 43 416 54 55
Binary 1110100 1000001 10100111 11111 111101 0 100011 100001110 101100 101101

Color Harmonies of #7441A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7441A7

Black with #7441A7

Text Example


Text Example

White with #7441A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7441A7; }

 p { color: rgb(116,65,167); }

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

background-color css

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

 a { background-color: rgb(116,65,167); }

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

border-color css

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

 span { border-color: rgb(116,65,167); }

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