Html Css Color HEX #7F4CBB Studio

📋 copy color: '#7F4CBB'

red 127 ◦ green 76 ◦ blue 187

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

Shades of Studio #7F4CBB

Tints of Studio #7F4CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 32.56%
G = 19.49%
B = 47.95%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F4CBB (or 0x7F4CBB) is known color: Studio. HEX triplet: 7F, 4C and BB. RGB value is (127,76,187). Sum of RGB (Red+Green+Blue) = 127+76+187=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F4CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4CBB is #80B344. Grayscale: #676767. Windows color (decimal): -8434501 or 12274815. OLE color: 12274815.

HSL color Cylindrical-coordinate representation of color #7F4CBB: hue angle of 267.57º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F4CBB is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 76 187 -
CMYK 0.32 0.59 0 0.27
HSL 267.57º 0.45% 0.52% -
HSV(B) 267.57º 0.59% 0.73% -
XYZ 20.31 13.27 48.5 -
YUV 103.9 174.9 144.47 -
System Red Green Blue C M Y K H S L
Decimal 127 76 187 0.32 0.59 0 0.27 267.57 0.45 0.52
Hex 7F 4C BB 20 3B 0 1B 10C 2D 34
Octal 177 114 273 40 73 0 33 414 55 64
Binary 1111111 1001100 10111011 100000 111011 0 11011 100001100 101101 110100

Color Harmonies of #7F4CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4CBB

Black with #7F4CBB

Text Example


Text Example

White with #7F4CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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