Html Css Color HEX #7D41BC Studio

📋 copy color: '#7D41BC'

red 125 ◦ green 65 ◦ blue 188

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

Shades of Studio #7D41BC

Tints of Studio #7D41BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 33.07%
G = 17.2%
B = 49.74%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D41BC (or 0x7D41BC) is known color: Studio. HEX triplet: 7D, 41 and BC. RGB value is (125,65,188). Sum of RGB (Red+Green+Blue) = 125+65+188=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D41BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D41BC is #82BE43. Grayscale: #606060. Windows color (decimal): -8568388 or 12337533. OLE color: 12337533.

HSL color Cylindrical-coordinate representation of color #7D41BC: hue angle of 269.27º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D41BC is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 65 188 -
CMYK 0.34 0.65 0 0.26
HSL 269.27º 0.49% 0.5% -
HSV(B) 269.27º 0.65% 0.74% -
XYZ 19.42 11.77 48.83 -
YUV 96.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 125 65 188 0.34 0.65 0 0.26 269.27 0.49 0.5
Hex 7D 41 BC 22 41 0 1A 10D 31 32
Octal 175 101 274 42 101 0 32 415 61 62
Binary 1111101 1000001 10111100 100010 1000001 0 11010 100001101 110001 110010

Color Harmonies of #7D41BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D41BC

Black with #7D41BC

Text Example


Text Example

White with #7D41BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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