Html Css Color HEX #764598 Studio

📋 copy color: '#764598'

red 118 ◦ green 69 ◦ blue 152

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

Shades of Studio #764598

Tints of Studio #764598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.35%

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

R = 34.81%
G = 20.35%
B = 44.84%

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

#764598 (or 0x764598) is known color: Studio. HEX triplet: 76, 45 and 98. RGB value is (118,69,152). Sum of RGB (Red+Green+Blue) = 118+69+152=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #764598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764598 is #89BA67. Grayscale: #5C5C5C. Windows color (decimal): -9026152 or 9979254. OLE color: 9979254.

HSL color Cylindrical-coordinate representation of color #764598: hue angle of 275.42º 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 #764598 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 69 152 -
CMYK 0.22 0.55 0 0.40
HSL 275.42º 0.38% 0.43% -
HSV(B) 275.42º 0.55% 0.6% -
XYZ 15.27 10.37 30.9 -
YUV 93.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 118 69 152 0.22 0.55 0 0.40 275.42 0.38 0.43
Hex 76 45 98 16 37 0 28 113 26 2B
Octal 166 105 230 26 67 0 50 423 46 53
Binary 1110110 1000101 10011000 10110 110111 0 101000 100010011 100110 101011

Color Harmonies of #764598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764598

Black with #764598

Text Example


Text Example

White with #764598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764598; }

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

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

background-color css

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

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

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

border-color css

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

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

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