Html Css Color HEX #7853AF Studio

📋 copy color: '#7853AF'

red 120 ◦ green 83 ◦ blue 175

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

Shades of Studio #7853AF

Tints of Studio #7853AF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.96%

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 31.75%
G = 21.96%
B = 46.3%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7853AF (or 0x7853AF) is known color: Studio. HEX triplet: 78, 53 and AF. RGB value is (120,83,175). Sum of RGB (Red+Green+Blue) = 120+83+175=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #7853AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7853AF is #87AC50. Grayscale: #686868. Windows color (decimal): -8891473 or 11490168. OLE color: 11490168.

HSL color Cylindrical-coordinate representation of color #7853AF: hue angle of 264.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7853AF is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 83 175 -
CMYK 0.31 0.53 0 0.31
HSL 264.13º 0.37% 0.51% -
HSV(B) 264.13º 0.53% 0.69% -
XYZ 18.58 13.27 42.14 -
YUV 104.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 120 83 175 0.31 0.53 0 0.31 264.13 0.37 0.51
Hex 78 53 AF 1F 35 0 1F 108 25 33
Octal 170 123 257 37 65 0 37 410 45 63
Binary 1111000 1010011 10101111 11111 110101 0 11111 100001000 100101 110011

Color Harmonies of #7853AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7853AF

Black with #7853AF

Text Example


Text Example

White with #7853AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7853AF; }

 p { color: rgb(120,83,175); }

 H1.HeaderClassName
 {
   color: #7853AF;
 }
 .AnyTagClassName
 {
   color: #7853AF;
 }
</style>

background-color css

<style>
 a { background-color: #7853AF; }

 a { background-color: rgb(120,83,175); }

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

border-color css

<style>
 span { border-color: #7853AF; }

 span { border-color: rgb(120,83,175); }

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