Html Css Color HEX #7F48AB Studio

📋 copy color: '#7F48AB'

red 127 ◦ green 72 ◦ blue 171

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

Shades of Studio #7F48AB

Tints of Studio #7F48AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.46%

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 34.32%
G = 19.46%
B = 46.22%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F48AB (or 0x7F48AB) is known color: Studio. HEX triplet: 7F, 48 and AB. RGB value is (127,72,171). Sum of RGB (Red+Green+Blue) = 127+72+171=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F48AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F48AB is #80B754. Grayscale: #636363. Windows color (decimal): -8435541 or 11225215. OLE color: 11225215.

HSL color Cylindrical-coordinate representation of color #7F48AB: hue angle of 273.33º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F48AB is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 72 171 -
CMYK 0.26 0.58 0 0.33
HSL 273.33º 0.41% 0.48% -
HSV(B) 273.33º 0.58% 0.67% -
XYZ 18.42 12.09 39.89 -
YUV 99.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 127 72 171 0.26 0.58 0 0.33 273.33 0.41 0.48
Hex 7F 48 AB 1A 3A 0 21 111 29 30
Octal 177 110 253 32 72 0 41 421 51 60
Binary 1111111 1001000 10101011 11010 111010 0 100001 100010001 101001 110000

Color Harmonies of #7F48AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F48AB

Black with #7F48AB

Text Example


Text Example

White with #7F48AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,72,171); }

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

background-color css

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

 a { background-color: rgb(127,72,171); }

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

border-color css

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

 span { border-color: rgb(127,72,171); }

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