Html Css Color HEX #7652AF Studio

📋 copy color: '#7652AF'

red 118 ◦ green 82 ◦ blue 175

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

Shades of Studio #7652AF

Tints of Studio #7652AF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.87%

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

R = 31.47%
G = 21.87%
B = 46.67%

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

#7652AF (or 0x7652AF) is known color: Studio. HEX triplet: 76, 52 and AF. RGB value is (118,82,175). Sum of RGB (Red+Green+Blue) = 118+82+175=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #7652AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7652AF is #89AD50. Grayscale: #676767. Windows color (decimal): -9022801 or 11489910. OLE color: 11489910.

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

Color convert

RGB 118 82 175 -
CMYK 0.33 0.53 0 0.31
HSL 263.23º 0.37% 0.5% -
HSV(B) 263.23º 0.53% 0.69% -
XYZ 18.23 12.98 42.1 -
YUV 103.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 118 82 175 0.33 0.53 0 0.31 263.23 0.37 0.5
Hex 76 52 AF 21 35 0 1F 107 25 32
Octal 166 122 257 41 65 0 37 407 45 62
Binary 1110110 1010010 10101111 100001 110101 0 11111 100000111 100101 110010

Color Harmonies of #7652AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7652AF

Black with #7652AF

Text Example


Text Example

White with #7652AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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