Html Css Color HEX #7D288B Vivid Violet

📋 copy color: '#7D288B'

red 125 ◦ green 40 ◦ blue 139

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

Shades of Vivid Violet #7D288B

Tints of Vivid Violet #7D288B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.16%

 BLUE value IS 139 (54.69% from 255) = 45.72%

R = 41.12%
G = 13.16%
B = 45.72%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D288B (or 0x7D288B) is known color: Vivid Violet. HEX triplet: 7D, 28 and 8B. RGB value is (125,40,139). Sum of RGB (Red+Green+Blue) = 125+40+139=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D288B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D288B is #82D774. Grayscale: #4C4C4C. Windows color (decimal): -8574837 or 9119869. OLE color: 9119869.

HSL color Cylindrical-coordinate representation of color #7D288B: hue angle of 291.52º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D288B is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 40 139 -
CMYK 0.10 0.71 0 0.45
HSL 291.52º 0.55% 0.35% -
HSV(B) 291.52º 0.71% 0.55% -
XYZ 13.88 7.74 25.19 -
YUV 76.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 125 40 139 0.10 0.71 0 0.45 291.52 0.55 0.35
Hex 7D 28 8B A 47 0 2D 124 37 23
Octal 175 50 213 12 107 0 55 444 67 43
Binary 1111101 101000 10001011 1010 1000111 0 101101 100100100 110111 100011

Color Harmonies of #7D288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D288B

Black with #7D288B

Text Example


Text Example

White with #7D288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,40,139); }

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

background-color css

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

 a { background-color: rgb(125,40,139); }

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

border-color css

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

 span { border-color: rgb(125,40,139); }

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