Html Css Color HEX #7447BE Studio

📋 copy color: '#7447BE'

red 116 ◦ green 71 ◦ blue 190

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

Shades of Studio #7447BE

Tints of Studio #7447BE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.83%

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 30.77%
G = 18.83%
B = 50.4%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7447BE (or 0x7447BE) is known color: Studio. HEX triplet: 74, 47 and BE. RGB value is (116,71,190). Sum of RGB (Red+Green+Blue) = 116+71+190=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #7447BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7447BE is #8BB841. Grayscale: #616161. Windows color (decimal): -9156674 or 12470132. OLE color: 12470132.

HSL color Cylindrical-coordinate representation of color #7447BE: hue angle of 262.69º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7447BE is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 71 190 -
CMYK 0.39 0.63 0 0.25
HSL 262.69º 0.48% 0.51% -
HSV(B) 262.69º 0.63% 0.75% -
XYZ 18.75 11.94 50.03 -
YUV 98.02 179.91 140.82 -
System Red Green Blue C M Y K H S L
Decimal 116 71 190 0.39 0.63 0 0.25 262.69 0.48 0.51
Hex 74 47 BE 27 3F 0 19 107 30 33
Octal 164 107 276 47 77 0 31 407 60 63
Binary 1110100 1000111 10111110 100111 111111 0 11001 100000111 110000 110011

Color Harmonies of #7447BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7447BE

Black with #7447BE

Text Example


Text Example

White with #7447BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7447BE; }

 p { color: rgb(116,71,190); }

 H1.HeaderClassName
 {
   color: #7447BE;
 }
 .AnyTagClassName
 {
   color: #7447BE;
 }
</style>

background-color css

<style>
 a { background-color: #7447BE; }

 a { background-color: rgb(116,71,190); }

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

border-color css

<style>
 span { border-color: #7447BE; }

 span { border-color: rgb(116,71,190); }

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