Html Css Color HEX #7550B2 Studio

📋 copy color: '#7550B2'

red 117 ◦ green 80 ◦ blue 178

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

Shades of Studio #7550B2

Tints of Studio #7550B2

RGB

 RED value IS 117 (46.09% from 255) = 31.2%

 GREEN value IS 80 (31.64% from 255) = 21.33%

 BLUE value IS 178 (69.92% from 255) = 47.47%

R = 31.2%
G = 21.33%
B = 47.47%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7550B2 (or 0x7550B2) is known color: Studio. HEX triplet: 75, 50 and B2. RGB value is (117,80,178). Sum of RGB (Red+Green+Blue) = 117+80+178=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #7550B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7550B2 is #8AAF4D. Grayscale: #656565. Windows color (decimal): -9088846 or 11686005. OLE color: 11686005.

HSL color Cylindrical-coordinate representation of color #7550B2: hue angle of 262.65º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7550B2 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 80 178 -
CMYK 0.34 0.55 0 0.30
HSL 262.65º 0.39% 0.51% -
HSV(B) 262.65º 0.55% 0.7% -
XYZ 18.24 12.73 43.62 -
YUV 102.24 170.76 138.53 -
System Red Green Blue C M Y K H S L
Decimal 117 80 178 0.34 0.55 0 0.30 262.65 0.39 0.51
Hex 75 50 B2 22 37 0 1E 107 27 33
Octal 165 120 262 42 67 0 36 407 47 63
Binary 1110101 1010000 10110010 100010 110111 0 11110 100000111 100111 110011

Color Harmonies of #7550B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7550B2

Black with #7550B2

Text Example


Text Example

White with #7550B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7550B2; }

 p { color: rgb(117,80,178); }

 H1.HeaderClassName
 {
   color: #7550B2;
 }
 .AnyTagClassName
 {
   color: #7550B2;
 }
</style>

background-color css

<style>
 a { background-color: #7550B2; }

 a { background-color: rgb(117,80,178); }

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

border-color css

<style>
 span { border-color: #7550B2; }

 span { border-color: rgb(117,80,178); }

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