Html Css Color HEX #7D1ECF Blue Violet

📋 copy color: '#7D1ECF'

red 125 ◦ green 30 ◦ blue 207

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

Shades of Blue Violet #7D1ECF

Tints of Blue Violet #7D1ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.29%

 BLUE value IS 207 (81.25% from 255) = 57.18%

R = 34.53%
G = 8.29%
B = 57.18%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D1ECF (or 0x7D1ECF) is known color: Blue Violet. HEX triplet: 7D, 1E and CF. RGB value is (125,30,207). Sum of RGB (Red+Green+Blue) = 125+30+207=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D1ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1ECF is #82E130. Grayscale: #4D4D4D. Windows color (decimal): -8577329 or 13573757. OLE color: 13573757.

HSL color Cylindrical-coordinate representation of color #7D1ECF: hue angle of 272.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1ECF is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 30 207 -
CMYK 0.40 0.86 0 0.19
HSL 272.2º 0.75% 0.46% -
HSV(B) 272.2º 0.86% 0.81% -
XYZ 20.18 9.79 59.86 -
YUV 78.58 200.47 161.11 -
System Red Green Blue C M Y K H S L
Decimal 125 30 207 0.40 0.86 0 0.19 272.2 0.75 0.46
Hex 7D 1E CF 28 56 0 13 110 4B 2E
Octal 175 36 317 50 126 0 23 420 113 56
Binary 1111101 11110 11001111 101000 1010110 0 10011 100010000 1001011 101110

Color Harmonies of #7D1ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1ECF

Black with #7D1ECF

Text Example


Text Example

White with #7D1ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,30,207); }

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

background-color css

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

 a { background-color: rgb(125,30,207); }

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

border-color css

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

 span { border-color: rgb(125,30,207); }

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