Html Css Color HEX #764AA2 Studio

📋 copy color: '#764AA2'

red 118 ◦ green 74 ◦ blue 162

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

Shades of Studio #764AA2

Tints of Studio #764AA2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.9%

 BLUE value IS 162 (63.67% from 255) = 45.76%

R = 33.33%
G = 20.9%
B = 45.76%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#764AA2 (or 0x764AA2) is known color: Studio. HEX triplet: 76, 4A and A2. RGB value is (118,74,162). Sum of RGB (Red+Green+Blue) = 118+74+162=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 162 - color contains mainly: blue. Hex color #764AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764AA2 is #89B55D. Grayscale: #606060. Windows color (decimal): -9024862 or 10635894. OLE color: 10635894.

HSL color Cylindrical-coordinate representation of color #764AA2: hue angle of 270º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #764AA2 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 74 162 -
CMYK 0.27 0.54 0 0.36
HSL 270º 0.37% 0.46% -
HSV(B) 270º 0.54% 0.64% -
XYZ 16.44 11.36 35.51 -
YUV 97.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 118 74 162 0.27 0.54 0 0.36 270 0.37 0.46
Hex 76 4A A2 1B 36 0 24 10E 25 2E
Octal 166 112 242 33 66 0 44 416 45 56
Binary 1110110 1001010 10100010 11011 110110 0 100100 100001110 100101 101110

Color Harmonies of #764AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764AA2

Black with #764AA2

Text Example


Text Example

White with #764AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,74,162); }

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

background-color css

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

 a { background-color: rgb(118,74,162); }

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

border-color css

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

 span { border-color: rgb(118,74,162); }

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