Html Css Color HEX #7D3885 Vivid Violet

📋 copy color: '#7D3885'

red 125 ◦ green 56 ◦ blue 133

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

Shades of Vivid Violet #7D3885

Tints of Vivid Violet #7D3885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

 BLUE value IS 133 (52.34% from 255) = 42.36%

R = 39.81%
G = 17.83%
B = 42.36%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7D3885 (or 0x7D3885) is known color: Vivid Violet. HEX triplet: 7D, 38 and 85. RGB value is (125,56,133). Sum of RGB (Red+Green+Blue) = 125+56+133=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D3885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3885 is #82C77A. Grayscale: #555555. Windows color (decimal): -8570747 or 8730749. OLE color: 8730749.

HSL color Cylindrical-coordinate representation of color #7D3885: hue angle of 293.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D3885 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 56 133 -
CMYK 0.06 0.58 0 0.48
HSL 293.77º 0.41% 0.37% -
HSV(B) 293.77º 0.58% 0.52% -
XYZ 14.11 8.88 23.16 -
YUV 85.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 125 56 133 0.06 0.58 0 0.48 293.77 0.41 0.37
Hex 7D 38 85 6 3A 0 30 126 29 25
Octal 175 70 205 6 72 0 60 446 51 45
Binary 1111101 111000 10000101 110 111010 0 110000 100100110 101001 100101

Color Harmonies of #7D3885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3885

Black with #7D3885

Text Example


Text Example

White with #7D3885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,56,133); }

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

background-color css

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

 a { background-color: rgb(125,56,133); }

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

border-color css

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

 span { border-color: rgb(125,56,133); }

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