Html Css Color HEX #7D2ECF Blue Violet

📋 copy color: '#7D2ECF'

red 125 ◦ green 46 ◦ blue 207

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

Shades of Blue Violet #7D2ECF

Tints of Blue Violet #7D2ECF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.17%

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

R = 33.07%
G = 12.17%
B = 54.76%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D2ECF (or 0x7D2ECF) is known color: Blue Violet. HEX triplet: 7D, 2E and CF. RGB value is (125,46,207). Sum of RGB (Red+Green+Blue) = 125+46+207=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D2ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2ECF is #82D130. Grayscale: #575757. Windows color (decimal): -8573233 or 13577853. OLE color: 13577853.

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

Color convert

RGB 125 46 207 -
CMYK 0.40 0.78 0 0.19
HSL 269.44º 0.64% 0.5% -
HSV(B) 269.44º 0.78% 0.81% -
XYZ 20.7 10.82 60.03 -
YUV 87.98 195.17 154.41 -
System Red Green Blue C M Y K H S L
Decimal 125 46 207 0.40 0.78 0 0.19 269.44 0.64 0.5
Hex 7D 2E CF 28 4E 0 13 10D 40 32
Octal 175 56 317 50 116 0 23 415 100 62
Binary 1111101 101110 11001111 101000 1001110 0 10011 100001101 1000000 110010

Color Harmonies of #7D2ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2ECF

Black with #7D2ECF

Text Example


Text Example

White with #7D2ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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