Html Css Color HEX #7442BA Studio

📋 copy color: '#7442BA'

red 116 ◦ green 66 ◦ blue 186

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

Shades of Studio #7442BA

Tints of Studio #7442BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 31.52%
G = 17.93%
B = 50.54%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7442BA (or 0x7442BA) is known color: Studio. HEX triplet: 74, 42 and BA. RGB value is (116,66,186). Sum of RGB (Red+Green+Blue) = 116+66+186=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #7442BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7442BA is #8BBD45. Grayscale: #5E5E5E. Windows color (decimal): -9157958 or 12206708. OLE color: 12206708.

HSL color Cylindrical-coordinate representation of color #7442BA: hue angle of 265º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7442BA is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 66 186 -
CMYK 0.38 0.65 0 0.27
HSL 265º 0.48% 0.49% -
HSV(B) 265º 0.65% 0.73% -
XYZ 18.01 11.15 47.66 -
YUV 94.63 179.57 143.24 -
System Red Green Blue C M Y K H S L
Decimal 116 66 186 0.38 0.65 0 0.27 265 0.48 0.49
Hex 74 42 BA 26 41 0 1B 109 30 31
Octal 164 102 272 46 101 0 33 411 60 61
Binary 1110100 1000010 10111010 100110 1000001 0 11011 100001001 110000 110001

Color Harmonies of #7442BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7442BA

Black with #7442BA

Text Example


Text Example

White with #7442BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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