Html Css Color HEX #7248BB Studio

📋 copy color: '#7248BB'

red 114 ◦ green 72 ◦ blue 187

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

Shades of Studio #7248BB

Tints of Studio #7248BB

RGB

 RED value IS 114 (44.92% from 255) = 30.56%

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

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

R = 30.56%
G = 19.3%
B = 50.13%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7248BB (or 0x7248BB) is known color: Studio. HEX triplet: 72, 48 and BB. RGB value is (114,72,187). Sum of RGB (Red+Green+Blue) = 114+72+187=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #7248BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7248BB is #8DB744. Grayscale: #616161. Windows color (decimal): -9287493 or 12273778. OLE color: 12273778.

HSL color Cylindrical-coordinate representation of color #7248BB: hue angle of 261.91º degrees, saturation: 0.46, 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 #7248BB is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 72 187 -
CMYK 0.39 0.61 0 0.27
HSL 261.91º 0.46% 0.51% -
HSV(B) 261.91º 0.61% 0.73% -
XYZ 18.23 11.8 48.33 -
YUV 97.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 114 72 187 0.39 0.61 0 0.27 261.91 0.46 0.51
Hex 72 48 BB 27 3D 0 1B 106 2E 33
Octal 162 110 273 47 75 0 33 406 56 63
Binary 1110010 1001000 10111011 100111 111101 0 11011 100000110 101110 110011

Color Harmonies of #7248BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7248BB

Black with #7248BB

Text Example


Text Example

White with #7248BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7248BB; }

 p { color: rgb(114,72,187); }

 H1.HeaderClassName
 {
   color: #7248BB;
 }
 .AnyTagClassName
 {
   color: #7248BB;
 }
</style>

background-color css

<style>
 a { background-color: #7248BB; }

 a { background-color: rgb(114,72,187); }

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

border-color css

<style>
 span { border-color: #7248BB; }

 span { border-color: rgb(114,72,187); }

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