Html Css Color HEX #7442A7 Studio

📋 copy color: '#7442A7'

red 116 ◦ green 66 ◦ blue 167

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

Shades of Studio #7442A7

Tints of Studio #7442A7

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.91%

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

R = 33.24%
G = 18.91%
B = 47.85%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7442A7 (or 0x7442A7) is known color: Studio. HEX triplet: 74, 42 and A7. RGB value is (116,66,167). Sum of RGB (Red+Green+Blue) = 116+66+167=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 167 - color contains mainly: blue. Hex color #7442A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7442A7 is #8BBD58. Grayscale: #5C5C5C. Windows color (decimal): -9157977 or 10961524. OLE color: 10961524.

HSL color Cylindrical-coordinate representation of color #7442A7: hue angle of 269.7º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7442A7 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 66 167 -
CMYK 0.31 0.60 0 0.35
HSL 269.7º 0.43% 0.46% -
HSV(B) 269.7º 0.6% 0.65% -
XYZ 16.13 10.4 37.72 -
YUV 92.46 170.07 144.79 -
System Red Green Blue C M Y K H S L
Decimal 116 66 167 0.31 0.60 0 0.35 269.7 0.43 0.46
Hex 74 42 A7 1F 3C 0 23 10E 2B 2E
Octal 164 102 247 37 74 0 43 416 53 56
Binary 1110100 1000010 10100111 11111 111100 0 100011 100001110 101011 101110

Color Harmonies of #7442A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7442A7

Black with #7442A7

Text Example


Text Example

White with #7442A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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