Html Css Color HEX #7D3BB8 Studio

📋 copy color: '#7D3BB8'

red 125 ◦ green 59 ◦ blue 184

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

Shades of Studio #7D3BB8

Tints of Studio #7D3BB8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.03%

 BLUE value IS 184 (72.27% from 255) = 50%

R = 33.97%
G = 16.03%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7D3BB8 (or 0x7D3BB8) is known color: Studio. HEX triplet: 7D, 3B and B8. RGB value is (125,59,184). Sum of RGB (Red+Green+Blue) = 125+59+184=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #7D3BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3BB8 is #82C447. Grayscale: #5C5C5C. Windows color (decimal): -8569928 or 12073853. OLE color: 12073853.

HSL color Cylindrical-coordinate representation of color #7D3BB8: hue angle of 271.68º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D3BB8 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 59 184 -
CMYK 0.32 0.68 0 0.28
HSL 271.68º 0.51% 0.48% -
HSV(B) 271.68º 0.68% 0.72% -
XYZ 18.67 10.95 46.48 -
YUV 92.98 179.37 150.84 -
System Red Green Blue C M Y K H S L
Decimal 125 59 184 0.32 0.68 0 0.28 271.68 0.51 0.48
Hex 7D 3B B8 20 44 0 1C 110 33 30
Octal 175 73 270 40 104 0 34 420 63 60
Binary 1111101 111011 10111000 100000 1000100 0 11100 100010000 110011 110000

Color Harmonies of #7D3BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3BB8

Black with #7D3BB8

Text Example


Text Example

White with #7D3BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,59,184); }

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

background-color css

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

 a { background-color: rgb(125,59,184); }

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

border-color css

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

 span { border-color: rgb(125,59,184); }

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