Html Css Color HEX #7C58B1 Studio

📋 copy color: '#7C58B1'

red 124 ◦ green 88 ◦ blue 177

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

Shades of Studio #7C58B1

Tints of Studio #7C58B1

RGB

 RED value IS 124 (48.83% from 255) = 31.88%

 GREEN value IS 88 (34.77% from 255) = 22.62%

 BLUE value IS 177 (69.53% from 255) = 45.5%

R = 31.88%
G = 22.62%
B = 45.5%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7C58B1 (or 0x7C58B1) is known color: Studio. HEX triplet: 7C, 58 and B1. RGB value is (124,88,177). Sum of RGB (Red+Green+Blue) = 124+88+177=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #7C58B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C58B1 is #83A74E. Grayscale: #6C6C6C. Windows color (decimal): -8628047 or 11622524. OLE color: 11622524.

HSL color Cylindrical-coordinate representation of color #7C58B1: hue angle of 264.27º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C58B1 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 88 177 -
CMYK 0.30 0.50 0 0.31
HSL 264.27º 0.36% 0.52% -
HSV(B) 264.27º 0.5% 0.69% -
XYZ 19.74 14.44 43.34 -
YUV 108.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 124 88 177 0.30 0.50 0 0.31 264.27 0.36 0.52
Hex 7C 58 B1 1E 32 0 1F 108 24 34
Octal 174 130 261 36 62 0 37 410 44 64
Binary 1111100 1011000 10110001 11110 110010 0 11111 100001000 100100 110100

Color Harmonies of #7C58B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C58B1

Black with #7C58B1

Text Example


Text Example

White with #7C58B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,88,177); }

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

background-color css

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

 a { background-color: rgb(124,88,177); }

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

border-color css

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

 span { border-color: rgb(124,88,177); }

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