Html Css Color HEX #7648BA Studio

📋 copy color: '#7648BA'

red 118 ◦ green 72 ◦ blue 186

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

Shades of Studio #7648BA

Tints of Studio #7648BA

RGB

 RED value IS 118 (46.48% from 255) = 31.38%

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

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 31.38%
G = 19.15%
B = 49.47%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7648BA (or 0x7648BA) is known color: Studio. HEX triplet: 76, 48 and BA. RGB value is (118,72,186). Sum of RGB (Red+Green+Blue) = 118+72+186=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #7648BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7648BA is #89B745. Grayscale: #626262. Windows color (decimal): -9025350 or 12208246. OLE color: 12208246.

HSL color Cylindrical-coordinate representation of color #7648BA: hue angle of 264.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7648BA is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 72 186 -
CMYK 0.37 0.61 0 0.27
HSL 264.21º 0.45% 0.51% -
HSV(B) 264.21º 0.61% 0.73% -
XYZ 18.65 12.03 47.79 -
YUV 98.75 177.24 141.73 -
System Red Green Blue C M Y K H S L
Decimal 118 72 186 0.37 0.61 0 0.27 264.21 0.45 0.51
Hex 76 48 BA 25 3D 0 1B 108 2D 33
Octal 166 110 272 45 75 0 33 410 55 63
Binary 1110110 1001000 10111010 100101 111101 0 11011 100001000 101101 110011

Color Harmonies of #7648BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7648BA

Black with #7648BA

Text Example


Text Example

White with #7648BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7648BA; }

 p { color: rgb(118,72,186); }

 H1.HeaderClassName
 {
   color: #7648BA;
 }
 .AnyTagClassName
 {
   color: #7648BA;
 }
</style>

background-color css

<style>
 a { background-color: #7648BA; }

 a { background-color: rgb(118,72,186); }

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

border-color css

<style>
 span { border-color: #7648BA; }

 span { border-color: rgb(118,72,186); }

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