Html Css Color HEX #764DAD Studio

📋 copy color: '#764DAD'

red 118 ◦ green 77 ◦ blue 173

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

Shades of Studio #764DAD

Tints of Studio #764DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.92%

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

R = 32.07%
G = 20.92%
B = 47.01%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#764DAD (or 0x764DAD) is known color: Studio. HEX triplet: 76, 4D and AD. RGB value is (118,77,173). Sum of RGB (Red+Green+Blue) = 118+77+173=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #764DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764DAD is #89B252. Grayscale: #636363. Windows color (decimal): -9024083 or 11357558. OLE color: 11357558.

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

Color convert

RGB 118 77 173 -
CMYK 0.32 0.55 0 0.32
HSL 265.63º 0.38% 0.49% -
HSV(B) 265.63º 0.55% 0.68% -
XYZ 17.67 12.18 40.95 -
YUV 100.2 169.08 140.69 -
System Red Green Blue C M Y K H S L
Decimal 118 77 173 0.32 0.55 0 0.32 265.63 0.38 0.49
Hex 76 4D AD 20 37 0 20 10A 26 31
Octal 166 115 255 40 67 0 40 412 46 61
Binary 1110110 1001101 10101101 100000 110111 0 100000 100001010 100110 110001

Color Harmonies of #764DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DAD

Black with #764DAD

Text Example


Text Example

White with #764DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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