Html Css Color HEX #7F4CB4 Studio

📋 copy color: '#7F4CB4'

red 127 ◦ green 76 ◦ blue 180

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

Shades of Studio #7F4CB4

Tints of Studio #7F4CB4

RGB

 RED value IS 127 (50% from 255) = 33.16%

 GREEN value IS 76 (30.08% from 255) = 19.84%

 BLUE value IS 180 (70.7% from 255) = 47%

R = 33.16%
G = 19.84%
B = 47%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7F4CB4 (or 0x7F4CB4) is known color: Studio. HEX triplet: 7F, 4C and B4. RGB value is (127,76,180). Sum of RGB (Red+Green+Blue) = 127+76+180=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #7F4CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4CB4 is #80B34B. Grayscale: #666666. Windows color (decimal): -8434508 or 11816063. OLE color: 11816063.

HSL color Cylindrical-coordinate representation of color #7F4CB4: hue angle of 269.42º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F4CB4 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 76 180 -
CMYK 0.29 0.58 0 0.29
HSL 269.42º 0.41% 0.5% -
HSV(B) 269.42º 0.58% 0.71% -
XYZ 19.58 12.98 44.65 -
YUV 103.11 171.4 145.04 -
System Red Green Blue C M Y K H S L
Decimal 127 76 180 0.29 0.58 0 0.29 269.42 0.41 0.5
Hex 7F 4C B4 1D 3A 0 1D 10D 29 32
Octal 177 114 264 35 72 0 35 415 51 62
Binary 1111111 1001100 10110100 11101 111010 0 11101 100001101 101001 110010

Color Harmonies of #7F4CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4CB4

Black with #7F4CB4

Text Example


Text Example

White with #7F4CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F4CB4; }

 p { color: rgb(127,76,180); }

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

background-color css

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

 a { background-color: rgb(127,76,180); }

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

border-color css

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

 span { border-color: rgb(127,76,180); }

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