Html Css Color HEX #764CAD Studio

📋 copy color: '#764CAD'

red 118 ◦ green 76 ◦ blue 173

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

Shades of Studio #764CAD

Tints of Studio #764CAD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.71%

 BLUE value IS 173 (67.97% from 255) = 47.14%

R = 32.15%
G = 20.71%
B = 47.14%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#764CAD (or 0x764CAD) is known color: Studio. HEX triplet: 76, 4C and AD. RGB value is (118,76,173). Sum of RGB (Red+Green+Blue) = 118+76+173=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #764CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764CAD is #89B352. Grayscale: #636363. Windows color (decimal): -9024339 or 11357302. OLE color: 11357302.

HSL color Cylindrical-coordinate representation of color #764CAD: hue angle of 265.98º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764CAD is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 76 173 -
CMYK 0.32 0.56 0 0.32
HSL 265.98º 0.39% 0.49% -
HSV(B) 265.98º 0.56% 0.68% -
XYZ 17.6 12.04 40.93 -
YUV 99.62 169.41 141.11 -
System Red Green Blue C M Y K H S L
Decimal 118 76 173 0.32 0.56 0 0.32 265.98 0.39 0.49
Hex 76 4C AD 20 38 0 20 10A 27 31
Octal 166 114 255 40 70 0 40 412 47 61
Binary 1110110 1001100 10101101 100000 111000 0 100000 100001010 100111 110001

Color Harmonies of #764CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764CAD

Black with #764CAD

Text Example


Text Example

White with #764CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764CAD; }

 p { color: rgb(118,76,173); }

 H1.HeaderClassName
 {
   color: #764CAD;
 }
 .AnyTagClassName
 {
   color: #764CAD;
 }
</style>

background-color css

<style>
 a { background-color: #764CAD; }

 a { background-color: rgb(118,76,173); }

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

border-color css

<style>
 span { border-color: #764CAD; }

 span { border-color: rgb(118,76,173); }

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