Html Css Color HEX #7F48B5 Studio

📋 copy color: '#7F48B5'

red 127 ◦ green 72 ◦ blue 181

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

Shades of Studio #7F48B5

Tints of Studio #7F48B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.63%

R = 33.42%
G = 18.95%
B = 47.63%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7F48B5 (or 0x7F48B5) is known color: Studio. HEX triplet: 7F, 48 and B5. RGB value is (127,72,181). Sum of RGB (Red+Green+Blue) = 127+72+181=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 181 - color contains mainly: blue. Hex color #7F48B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F48B5 is #80B74A. Grayscale: #646464. Windows color (decimal): -8435531 or 11880575. OLE color: 11880575.

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

Color convert

RGB 127 72 181 -
CMYK 0.30 0.60 0 0.29
HSL 270.28º 0.43% 0.5% -
HSV(B) 270.28º 0.6% 0.71% -
XYZ 19.41 12.48 45.1 -
YUV 100.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 127 72 181 0.30 0.60 0 0.29 270.28 0.43 0.5
Hex 7F 48 B5 1E 3C 0 1D 10E 2B 32
Octal 177 110 265 36 74 0 35 416 53 62
Binary 1111111 1001000 10110101 11110 111100 0 11101 100001110 101011 110010

Color Harmonies of #7F48B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F48B5

Black with #7F48B5

Text Example


Text Example

White with #7F48B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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