Html Css Color HEX #7841B1 Studio

📋 copy color: '#7841B1'

red 120 ◦ green 65 ◦ blue 177

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

Shades of Studio #7841B1

Tints of Studio #7841B1

RGB

 RED value IS 120 (47.27% from 255) = 33.15%

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

 BLUE value IS 177 (69.53% from 255) = 48.9%

R = 33.15%
G = 17.96%
B = 48.9%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7841B1 (or 0x7841B1) is known color: Studio. HEX triplet: 78, 41 and B1. RGB value is (120,65,177). Sum of RGB (Red+Green+Blue) = 120+65+177=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #7841B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7841B1 is #87BE4E. Grayscale: #5D5D5D. Windows color (decimal): -8896079 or 11616632. OLE color: 11616632.

HSL color Cylindrical-coordinate representation of color #7841B1: hue angle of 269.46º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7841B1 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 65 177 -
CMYK 0.32 0.63 0 0.31
HSL 269.46º 0.46% 0.47% -
HSV(B) 269.46º 0.63% 0.69% -
XYZ 17.57 10.95 42.78 -
YUV 94.21 174.72 146.39 -
System Red Green Blue C M Y K H S L
Decimal 120 65 177 0.32 0.63 0 0.31 269.46 0.46 0.47
Hex 78 41 B1 20 3F 0 1F 10D 2E 2F
Octal 170 101 261 40 77 0 37 415 56 57
Binary 1111000 1000001 10110001 100000 111111 0 11111 100001101 101110 101111

Color Harmonies of #7841B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7841B1

Black with #7841B1

Text Example


Text Example

White with #7841B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7841B1; }

 p { color: rgb(120,65,177); }

 H1.HeaderClassName
 {
   color: #7841B1;
 }
 .AnyTagClassName
 {
   color: #7841B1;
 }
</style>

background-color css

<style>
 a { background-color: #7841B1; }

 a { background-color: rgb(120,65,177); }

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

border-color css

<style>
 span { border-color: #7841B1; }

 span { border-color: rgb(120,65,177); }

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