Html Css Color HEX #7842A7 Studio

📋 copy color: '#7842A7'

red 120 ◦ green 66 ◦ blue 167

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

Shades of Studio #7842A7

Tints of Studio #7842A7

RGB

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

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

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

R = 33.99%
G = 18.7%
B = 47.31%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7842A7 (or 0x7842A7) is known color: Studio. HEX triplet: 78, 42 and A7. RGB value is (120,66,167). Sum of RGB (Red+Green+Blue) = 120+66+167=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 167 (65.62% from 255 or 47.31% from 353); Max value from RGB is 167 - color contains mainly: blue. Hex color #7842A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7842A7 is #87BD58. Grayscale: #5D5D5D. Windows color (decimal): -8895833 or 10961528. OLE color: 10961528.

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

Color convert

RGB 120 66 167 -
CMYK 0.28 0.60 0 0.35
HSL 272.08º 0.43% 0.46% -
HSV(B) 272.08º 0.6% 0.65% -
XYZ 16.67 10.68 37.74 -
YUV 93.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 120 66 167 0.28 0.60 0 0.35 272.08 0.43 0.46
Hex 78 42 A7 1C 3C 0 23 110 2B 2E
Octal 170 102 247 34 74 0 43 420 53 56
Binary 1111000 1000010 10100111 11100 111100 0 100011 100010000 101011 101110

Color Harmonies of #7842A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7842A7

Black with #7842A7

Text Example


Text Example

White with #7842A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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