Html Css Color HEX #7D41BA Studio

📋 copy color: '#7D41BA'

red 125 ◦ green 65 ◦ blue 186

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

Shades of Studio #7D41BA

Tints of Studio #7D41BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.29%

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 33.24%
G = 17.29%
B = 49.47%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D41BA (or 0x7D41BA) is known color: Studio. HEX triplet: 7D, 41 and BA. RGB value is (125,65,186). Sum of RGB (Red+Green+Blue) = 125+65+186=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D41BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D41BA is #82BE45. Grayscale: #606060. Windows color (decimal): -8568390 or 12206461. OLE color: 12206461.

HSL color Cylindrical-coordinate representation of color #7D41BA: hue angle of 269.75º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D41BA is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 65 186 -
CMYK 0.33 0.65 0 0.27
HSL 269.75º 0.48% 0.49% -
HSV(B) 269.75º 0.65% 0.73% -
XYZ 19.21 11.69 47.7 -
YUV 96.73 178.38 148.16 -
System Red Green Blue C M Y K H S L
Decimal 125 65 186 0.33 0.65 0 0.27 269.75 0.48 0.49
Hex 7D 41 BA 21 41 0 1B 10E 30 31
Octal 175 101 272 41 101 0 33 416 60 61
Binary 1111101 1000001 10111010 100001 1000001 0 11011 100001110 110000 110001

Color Harmonies of #7D41BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D41BA

Black with #7D41BA

Text Example


Text Example

White with #7D41BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,65,186); }

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

background-color css

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

 a { background-color: rgb(125,65,186); }

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

border-color css

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

 span { border-color: rgb(125,65,186); }

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