Html Css Color HEX #764397 Studio

📋 copy color: '#764397'

red 118 ◦ green 67 ◦ blue 151

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

Shades of Studio #764397

Tints of Studio #764397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.94%

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 35.12%
G = 19.94%
B = 44.94%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#764397 (or 0x764397) is known color: Studio. HEX triplet: 76, 43 and 97. RGB value is (118,67,151). Sum of RGB (Red+Green+Blue) = 118+67+151=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #764397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764397 is #89BC68. Grayscale: #5B5B5B. Windows color (decimal): -9026665 or 9913206. OLE color: 9913206.

HSL color Cylindrical-coordinate representation of color #764397: hue angle of 276.43º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764397 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 67 151 -
CMYK 0.22 0.56 0 0.41
HSL 276.43º 0.39% 0.43% -
HSV(B) 276.43º 0.56% 0.59% -
XYZ 15.06 10.1 30.43 -
YUV 91.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 118 67 151 0.22 0.56 0 0.41 276.43 0.39 0.43
Hex 76 43 97 16 38 0 29 114 27 2B
Octal 166 103 227 26 70 0 51 424 47 53
Binary 1110110 1000011 10010111 10110 111000 0 101001 100010100 100111 101011

Color Harmonies of #764397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764397

Black with #764397

Text Example


Text Example

White with #764397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764397; }

 p { color: rgb(118,67,151); }

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

background-color css

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

 a { background-color: rgb(118,67,151); }

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

border-color css

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

 span { border-color: rgb(118,67,151); }

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