Html Css Color HEX #7D459B Studio

📋 copy color: '#7D459B'

red 125 ◦ green 69 ◦ blue 155

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

Shades of Studio #7D459B

Tints of Studio #7D459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.77%

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

R = 35.82%
G = 19.77%
B = 44.41%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D459B (or 0x7D459B) is known color: Studio. HEX triplet: 7D, 45 and 9B. RGB value is (125,69,155). Sum of RGB (Red+Green+Blue) = 125+69+155=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D459B is #82BA64. Grayscale: #5F5F5F. Windows color (decimal): -8567397 or 10175869. OLE color: 10175869.

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

Color convert

RGB 125 69 155 -
CMYK 0.19 0.55 0 0.39
HSL 279.07º 0.38% 0.44% -
HSV(B) 279.07º 0.55% 0.61% -
XYZ 16.5 10.98 32.26 -
YUV 95.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 125 69 155 0.19 0.55 0 0.39 279.07 0.38 0.44
Hex 7D 45 9B 13 37 0 27 117 26 2C
Octal 175 105 233 23 67 0 47 427 46 54
Binary 1111101 1000101 10011011 10011 110111 0 100111 100010111 100110 101100

Color Harmonies of #7D459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D459B

Black with #7D459B

Text Example


Text Example

White with #7D459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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