Html Css Color HEX #7642A0 Studio

📋 copy color: '#7642A0'

red 118 ◦ green 66 ◦ blue 160

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

Shades of Studio #7642A0

Tints of Studio #7642A0

RGB

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

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

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

R = 34.3%
G = 19.19%
B = 46.51%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7642A0 (or 0x7642A0) is known color: Studio. HEX triplet: 76, 42 and A0. RGB value is (118,66,160). Sum of RGB (Red+Green+Blue) = 118+66+160=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 160 - color contains mainly: blue. Hex color #7642A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7642A0 is #89BD5F. Grayscale: #5B5B5B. Windows color (decimal): -9026912 or 10502774. OLE color: 10502774.

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

Color convert

RGB 118 66 160 -
CMYK 0.26 0.59 0 0.37
HSL 273.19º 0.42% 0.44% -
HSV(B) 273.19º 0.59% 0.63% -
XYZ 15.76 10.29 34.41 -
YUV 92.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 118 66 160 0.26 0.59 0 0.37 273.19 0.42 0.44
Hex 76 42 A0 1A 3B 0 25 111 2A 2C
Octal 166 102 240 32 73 0 45 421 52 54
Binary 1110110 1000010 10100000 11010 111011 0 100101 100010001 101010 101100

Color Harmonies of #7642A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7642A0

Black with #7642A0

Text Example


Text Example

White with #7642A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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