Html Css Color HEX #7F42BB Studio

📋 copy color: '#7F42BB'

red 127 ◦ green 66 ◦ blue 187

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

Shades of Studio #7F42BB

Tints of Studio #7F42BB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.37%

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

R = 33.42%
G = 17.37%
B = 49.21%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F42BB (or 0x7F42BB) is known color: Studio. HEX triplet: 7F, 42 and BB. RGB value is (127,66,187). Sum of RGB (Red+Green+Blue) = 127+66+187=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F42BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F42BB is #80BD44. Grayscale: #616161. Windows color (decimal): -8437061 or 12272255. OLE color: 12272255.

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

Color convert

RGB 127 66 187 -
CMYK 0.32 0.65 0 0.27
HSL 270.25º 0.48% 0.5% -
HSV(B) 270.25º 0.65% 0.73% -
XYZ 19.67 12 48.29 -
YUV 98.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 127 66 187 0.32 0.65 0 0.27 270.25 0.48 0.5
Hex 7F 42 BB 20 41 0 1B 10E 30 32
Octal 177 102 273 40 101 0 33 416 60 62
Binary 1111111 1000010 10111011 100000 1000001 0 11011 100001110 110000 110010

Color Harmonies of #7F42BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F42BB

Black with #7F42BB

Text Example


Text Example

White with #7F42BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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