Html Css Color HEX #7D55B6 Studio

📋 copy color: '#7D55B6'

red 125 ◦ green 85 ◦ blue 182

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

Shades of Studio #7D55B6

Tints of Studio #7D55B6

RGB

 RED value IS 125 (49.22% from 255) = 31.89%

 GREEN value IS 85 (33.59% from 255) = 21.68%

 BLUE value IS 182 (71.48% from 255) = 46.43%

R = 31.89%
G = 21.68%
B = 46.43%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7D55B6 (or 0x7D55B6) is known color: Studio. HEX triplet: 7D, 55 and B6. RGB value is (125,85,182). Sum of RGB (Red+Green+Blue) = 125+85+182=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 182 - color contains mainly: blue. Hex color #7D55B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D55B6 is #82AA49. Grayscale: #6B6B6B. Windows color (decimal): -8563274 or 11949437. OLE color: 11949437.

HSL color Cylindrical-coordinate representation of color #7D55B6: hue angle of 264.74º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D55B6 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 85 182 -
CMYK 0.31 0.53 0 0.29
HSL 264.74º 0.4% 0.52% -
HSV(B) 264.74º 0.53% 0.71% -
XYZ 20.15 14.23 45.94 -
YUV 108.02 169.75 140.11 -
System Red Green Blue C M Y K H S L
Decimal 125 85 182 0.31 0.53 0 0.29 264.74 0.4 0.52
Hex 7D 55 B6 1F 35 0 1D 109 28 34
Octal 175 125 266 37 65 0 35 411 50 64
Binary 1111101 1010101 10110110 11111 110101 0 11101 100001001 101000 110100

Color Harmonies of #7D55B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D55B6

Black with #7D55B6

Text Example


Text Example

White with #7D55B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,85,182); }

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

background-color css

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

 a { background-color: rgb(125,85,182); }

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

border-color css

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

 span { border-color: rgb(125,85,182); }

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