Html Css Color HEX #764498 Studio

📋 copy color: '#764498'

red 118 ◦ green 68 ◦ blue 152

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

Shades of Studio #764498

Tints of Studio #764498

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.12%

 BLUE value IS 152 (59.77% from 255) = 44.97%

R = 34.91%
G = 20.12%
B = 44.97%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#764498 (or 0x764498) is known color: Studio. HEX triplet: 76, 44 and 98. RGB value is (118,68,152). Sum of RGB (Red+Green+Blue) = 118+68+152=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #764498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764498 is #89BB67. Grayscale: #5C5C5C. Windows color (decimal): -9026408 or 9978998. OLE color: 9978998.

HSL color Cylindrical-coordinate representation of color #764498: hue angle of 275.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #764498 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 68 152 -
CMYK 0.22 0.55 0 0.40
HSL 275.71º 0.38% 0.43% -
HSV(B) 275.71º 0.55% 0.6% -
XYZ 15.21 10.25 30.88 -
YUV 92.53 161.57 146.17 -
System Red Green Blue C M Y K H S L
Decimal 118 68 152 0.22 0.55 0 0.40 275.71 0.38 0.43
Hex 76 44 98 16 37 0 28 114 26 2B
Octal 166 104 230 26 67 0 50 424 46 53
Binary 1110110 1000100 10011000 10110 110111 0 101000 100010100 100110 101011

Color Harmonies of #764498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764498

Black with #764498

Text Example


Text Example

White with #764498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764498; }

 p { color: rgb(118,68,152); }

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

background-color css

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

 a { background-color: rgb(118,68,152); }

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

border-color css

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

 span { border-color: rgb(118,68,152); }

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