Html Css Color HEX #7653AF Studio

📋 copy color: '#7653AF'

red 118 ◦ green 83 ◦ blue 175

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

Shades of Studio #7653AF

Tints of Studio #7653AF

RGB

 RED value IS 118 (46.48% from 255) = 31.38%

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

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

R = 31.38%
G = 22.07%
B = 46.54%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7653AF (or 0x7653AF) is known color: Studio. HEX triplet: 76, 53 and AF. RGB value is (118,83,175). Sum of RGB (Red+Green+Blue) = 118+83+175=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #7653AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7653AF is #89AC50. Grayscale: #676767. Windows color (decimal): -9022545 or 11490166. OLE color: 11490166.

HSL color Cylindrical-coordinate representation of color #7653AF: hue angle of 262.83º 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 #7653AF is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 83 175 -
CMYK 0.33 0.53 0 0.31
HSL 262.83º 0.37% 0.51% -
HSV(B) 262.83º 0.53% 0.69% -
XYZ 18.3 13.13 42.13 -
YUV 103.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 118 83 175 0.33 0.53 0 0.31 262.83 0.37 0.51
Hex 76 53 AF 21 35 0 1F 107 25 33
Octal 166 123 257 41 65 0 37 407 45 63
Binary 1110110 1010011 10101111 100001 110101 0 11111 100000111 100101 110011

Color Harmonies of #7653AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7653AF

Black with #7653AF

Text Example


Text Example

White with #7653AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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