Html Css Color HEX #7D3FBB Studio

📋 copy color: '#7D3FBB'

red 125 ◦ green 63 ◦ blue 187

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

Shades of Studio #7D3FBB

Tints of Studio #7D3FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 16.8%

 BLUE value IS 187 (73.44% from 255) = 49.87%

R = 33.33%
G = 16.8%
B = 49.87%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D3FBB (or 0x7D3FBB) is known color: Studio. HEX triplet: 7D, 3F and BB. RGB value is (125,63,187). Sum of RGB (Red+Green+Blue) = 125+63+187=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D3FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3FBB is #82C044. Grayscale: #5F5F5F. Windows color (decimal): -8568901 or 12271485. OLE color: 12271485.

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

Color convert

RGB 125 63 187 -
CMYK 0.33 0.66 0 0.27
HSL 270º 0.5% 0.49% -
HSV(B) 270º 0.66% 0.73% -
XYZ 19.2 11.5 48.22 -
YUV 95.67 179.54 148.92 -
System Red Green Blue C M Y K H S L
Decimal 125 63 187 0.33 0.66 0 0.27 270 0.5 0.49
Hex 7D 3F BB 21 42 0 1B 10E 32 31
Octal 175 77 273 41 102 0 33 416 62 61
Binary 1111101 111111 10111011 100001 1000010 0 11011 100001110 110010 110001

Color Harmonies of #7D3FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3FBB

Black with #7D3FBB

Text Example


Text Example

White with #7D3FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,63,187); }

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

background-color css

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

 a { background-color: rgb(125,63,187); }

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

border-color css

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

 span { border-color: rgb(125,63,187); }

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