Html Css Color HEX #7D4BBC Studio

📋 copy color: '#7D4BBC'

red 125 ◦ green 75 ◦ blue 188

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

Shades of Studio #7D4BBC

Tints of Studio #7D4BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.33%

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

R = 32.22%
G = 19.33%
B = 48.45%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D4BBC (or 0x7D4BBC) is known color: Studio. HEX triplet: 7D, 4B and BC. RGB value is (125,75,188). Sum of RGB (Red+Green+Blue) = 125+75+188=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D4BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4BBC is #82B443. Grayscale: #666666. Windows color (decimal): -8565828 or 12340093. OLE color: 12340093.

HSL color Cylindrical-coordinate representation of color #7D4BBC: hue angle of 266.55º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D4BBC is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 75 188 -
CMYK 0.34 0.60 0 0.26
HSL 266.55º 0.46% 0.52% -
HSV(B) 266.55º 0.6% 0.74% -
XYZ 20.05 13.02 49.03 -
YUV 102.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 125 75 188 0.34 0.60 0 0.26 266.55 0.46 0.52
Hex 7D 4B BC 22 3C 0 1A 10B 2E 34
Octal 175 113 274 42 74 0 32 413 56 64
Binary 1111101 1001011 10111100 100010 111100 0 11010 100001011 101110 110100

Color Harmonies of #7D4BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4BBC

Black with #7D4BBC

Text Example


Text Example

White with #7D4BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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