Html Css Color HEX #7D3FCF Blue Violet

📋 copy color: '#7D3FCF'

red 125 ◦ green 63 ◦ blue 207

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

Shades of Blue Violet #7D3FCF

Tints of Blue Violet #7D3FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 15.95%

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

R = 31.65%
G = 15.95%
B = 52.41%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D3FCF (or 0x7D3FCF) is known color: Blue Violet. HEX triplet: 7D, 3F and CF. RGB value is (125,63,207). Sum of RGB (Red+Green+Blue) = 125+63+207=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D3FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3FCF is #82C030. Grayscale: #616161. Windows color (decimal): -8568881 or 13582205. OLE color: 13582205.

HSL color Cylindrical-coordinate representation of color #7D3FCF: hue angle of 265.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D3FCF is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 63 207 -
CMYK 0.40 0.70 0 0.19
HSL 265.83º 0.6% 0.53% -
HSV(B) 265.83º 0.7% 0.81% -
XYZ 21.5 12.42 60.3 -
YUV 97.95 189.54 147.29 -
System Red Green Blue C M Y K H S L
Decimal 125 63 207 0.40 0.70 0 0.19 265.83 0.6 0.53
Hex 7D 3F CF 28 46 0 13 10A 3C 35
Octal 175 77 317 50 106 0 23 412 74 65
Binary 1111101 111111 11001111 101000 1000110 0 10011 100001010 111100 110101

Color Harmonies of #7D3FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3FCF

Black with #7D3FCF

Text Example


Text Example

White with #7D3FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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