Html Css Color HEX #7848AB Studio

📋 copy color: '#7848AB'

red 120 ◦ green 72 ◦ blue 171

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

Shades of Studio #7848AB

Tints of Studio #7848AB

RGB

 RED value IS 120 (47.27% from 255) = 33.06%

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

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

R = 33.06%
G = 19.83%
B = 47.11%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7848AB (or 0x7848AB) is known color: Studio. HEX triplet: 78, 48 and AB. RGB value is (120,72,171). Sum of RGB (Red+Green+Blue) = 120+72+171=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #7848AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7848AB is #87B754. Grayscale: #616161. Windows color (decimal): -8894293 or 11225208. OLE color: 11225208.

HSL color Cylindrical-coordinate representation of color #7848AB: hue angle of 269.09º 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 #7848AB is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 72 171 -
CMYK 0.30 0.58 0 0.33
HSL 269.09º 0.41% 0.48% -
HSV(B) 269.09º 0.58% 0.67% -
XYZ 17.41 11.57 39.84 -
YUV 97.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 120 72 171 0.30 0.58 0 0.33 269.09 0.41 0.48
Hex 78 48 AB 1E 3A 0 21 10D 29 30
Octal 170 110 253 36 72 0 41 415 51 60
Binary 1111000 1001000 10101011 11110 111010 0 100001 100001101 101001 110000

Color Harmonies of #7848AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7848AB

Black with #7848AB

Text Example


Text Example

White with #7848AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7848AB; }

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

 H1.HeaderClassName
 {
   color: #7848AB;
 }
 .AnyTagClassName
 {
   color: #7848AB;
 }
</style>

background-color css

<style>
 a { background-color: #7848AB; }

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

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

border-color css

<style>
 span { border-color: #7848AB; }

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

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