Html Css Color HEX #7D017B Purple

📋 copy color: '#7D017B'

red 125 ◦ green 1 ◦ blue 123

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

Shades of Purple #7D017B

Tints of Purple #7D017B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 123 (48.44% from 255) = 49.4%

R = 50.2%
G = 0.4%
B = 49.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7D017B (or 0x7D017B) is known color: Purple. HEX triplet: 7D, 01 and 7B. RGB value is (125,1,123). Sum of RGB (Red+Green+Blue) = 125+1+123=249 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.20% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 125 - color contains mainly: red. Hex color #7D017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D017B is #82FE84. Grayscale: #333333. Windows color (decimal): -8584837 or 8061309. OLE color: 8061309.

HSL color Cylindrical-coordinate representation of color #7D017B: hue angle of 300.97º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D017B is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 1 123 -
CMYK 0 0.99 0.02 0.51
HSL 300.97º 0.98% 0.25% -
HSV(B) 300.97º 0.99% 0.49% -
XYZ 12.04 5.81 19.23 -
YUV 51.98 168.08 180.08 -
System Red Green Blue C M Y K H S L
Decimal 125 1 123 0 0.99 0.02 0.51 300.97 0.98 0.25
Hex 7D 1 7B 0 63 2 33 12D 62 19
Octal 175 1 173 0 143 2 63 455 142 31
Binary 1111101 1 1111011 0 1100011 10 110011 100101101 1100010 11001

Color Harmonies of #7D017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D017B

Black with #7D017B

Text Example


Text Example

White with #7D017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,1,123); }

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

background-color css

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

 a { background-color: rgb(125,1,123); }

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

border-color css

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

 span { border-color: rgb(125,1,123); }

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