Html Css Color HEX #76419B Studio

📋 copy color: '#76419B'

red 118 ◦ green 65 ◦ blue 155

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

Shades of Studio #76419B

Tints of Studio #76419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.23%

 BLUE value IS 155 (60.94% from 255) = 45.86%

R = 34.91%
G = 19.23%
B = 45.86%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76419B (or 0x76419B) is known color: Studio. HEX triplet: 76, 41 and 9B. RGB value is (118,65,155). Sum of RGB (Red+Green+Blue) = 118+65+155=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #76419B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76419B is #89BE64. Grayscale: #5A5A5A. Windows color (decimal): -9027173 or 10174838. OLE color: 10174838.

HSL color Cylindrical-coordinate representation of color #76419B: hue angle of 275.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76419B is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 65 155 -
CMYK 0.24 0.58 0 0.39
HSL 275.33º 0.41% 0.43% -
HSV(B) 275.33º 0.58% 0.61% -
XYZ 15.28 10 32.14 -
YUV 91.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 118 65 155 0.24 0.58 0 0.39 275.33 0.41 0.43
Hex 76 41 9B 18 3A 0 27 113 29 2B
Octal 166 101 233 30 72 0 47 423 51 53
Binary 1110110 1000001 10011011 11000 111010 0 100111 100010011 101001 101011

Color Harmonies of #76419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76419B

Black with #76419B

Text Example


Text Example

White with #76419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76419B; }

 p { color: rgb(118,65,155); }

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

background-color css

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

 a { background-color: rgb(118,65,155); }

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

border-color css

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

 span { border-color: rgb(118,65,155); }

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