Html Css Color HEX #7D449B Studio

📋 copy color: '#7D449B'

red 125 ◦ green 68 ◦ blue 155

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

Shades of Studio #7D449B

Tints of Studio #7D449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

 BLUE value IS 155 (60.94% from 255) = 44.54%

R = 35.92%
G = 19.54%
B = 44.54%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D449B (or 0x7D449B) is known color: Studio. HEX triplet: 7D, 44 and 9B. RGB value is (125,68,155). Sum of RGB (Red+Green+Blue) = 125+68+155=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D449B is #82BB64. Grayscale: #5E5E5E. Windows color (decimal): -8567653 or 10175613. OLE color: 10175613.

HSL color Cylindrical-coordinate representation of color #7D449B: hue angle of 279.31º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D449B is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 68 155 -
CMYK 0.19 0.56 0 0.39
HSL 279.31º 0.39% 0.44% -
HSV(B) 279.31º 0.56% 0.61% -
XYZ 16.44 10.86 32.24 -
YUV 94.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 125 68 155 0.19 0.56 0 0.39 279.31 0.39 0.44
Hex 7D 44 9B 13 38 0 27 117 27 2C
Octal 175 104 233 23 70 0 47 427 47 54
Binary 1111101 1000100 10011011 10011 111000 0 100111 100010111 100111 101100

Color Harmonies of #7D449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D449B

Black with #7D449B

Text Example


Text Example

White with #7D449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,68,155); }

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

background-color css

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

 a { background-color: rgb(125,68,155); }

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

border-color css

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

 span { border-color: rgb(125,68,155); }

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