Html Css Color HEX #7D1FFC Blue Violet

📋 copy color: '#7D1FFC'

red 125 ◦ green 31 ◦ blue 252

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

Shades of Blue Violet #7D1FFC

Tints of Blue Violet #7D1FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.6%

 BLUE value IS 252 (98.83% from 255) = 61.76%

R = 30.64%
G = 7.6%
B = 61.76%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D1FFC (or 0x7D1FFC) is known color: Blue Violet. HEX triplet: 7D, 1F and FC. RGB value is (125,31,252). Sum of RGB (Red+Green+Blue) = 125+31+252=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D1FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1FFC is #82E003. Grayscale: #535353. Windows color (decimal): -8577028 or 16523133. OLE color: 16523133.

HSL color Cylindrical-coordinate representation of color #7D1FFC: hue angle of 265.52º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D1FFC is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 31 252 -
CMYK 0.50 0.88 0 0.01
HSL 265.52º 0.97% 0.55% -
HSV(B) 265.52º 0.88% 0.99% -
XYZ 26.52 12.37 93.09 -
YUV 84.3 222.64 157.03 -
System Red Green Blue C M Y K H S L
Decimal 125 31 252 0.50 0.88 0 0.01 265.52 0.97 0.55
Hex 7D 1F FC 32 58 0 1 10A 61 37
Octal 175 37 374 62 130 0 1 412 141 67
Binary 1111101 11111 11111100 110010 1011000 0 1 100001010 1100001 110111

Color Harmonies of #7D1FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1FFC

Black with #7D1FFC

Text Example


Text Example

White with #7D1FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,31,252); }

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

background-color css

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

 a { background-color: rgb(125,31,252); }

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

border-color css

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

 span { border-color: rgb(125,31,252); }

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