Html Css Color HEX #7653A0 Studio

📋 copy color: '#7653A0'

red 118 ◦ green 83 ◦ blue 160

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

Shades of Studio #7653A0

Tints of Studio #7653A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.32%

R = 32.69%
G = 22.99%
B = 44.32%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7653A0 (or 0x7653A0) is known color: Studio. HEX triplet: 76, 53 and A0. RGB value is (118,83,160). Sum of RGB (Red+Green+Blue) = 118+83+160=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 160 - color contains mainly: blue. Hex color #7653A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7653A0 is #89AC5F. Grayscale: #656565. Windows color (decimal): -9022560 or 10507126. OLE color: 10507126.

HSL color Cylindrical-coordinate representation of color #7653A0: hue angle of 267.27º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7653A0 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 83 160 -
CMYK 0.26 0.48 0 0.37
HSL 267.27º 0.32% 0.48% -
HSV(B) 267.27º 0.48% 0.63% -
XYZ 16.91 12.58 34.79 -
YUV 102.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 118 83 160 0.26 0.48 0 0.37 267.27 0.32 0.48
Hex 76 53 A0 1A 30 0 25 10B 20 30
Octal 166 123 240 32 60 0 45 413 40 60
Binary 1110110 1010011 10100000 11010 110000 0 100101 100001011 100000 110000

Color Harmonies of #7653A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7653A0

Black with #7653A0

Text Example


Text Example

White with #7653A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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