Html Css Color HEX #7D1FCA Blue Violet

📋 copy color: '#7D1FCA'

red 125 ◦ green 31 ◦ blue 202

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

Shades of Blue Violet #7D1FCA

Tints of Blue Violet #7D1FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.42%

R = 34.92%
G = 8.66%
B = 56.42%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7D1FCA (or 0x7D1FCA) is known color: Blue Violet. HEX triplet: 7D, 1F and CA. RGB value is (125,31,202). Sum of RGB (Red+Green+Blue) = 125+31+202=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D1FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1FCA is #82E035. Grayscale: #4E4E4E. Windows color (decimal): -8577078 or 13246333. OLE color: 13246333.

HSL color Cylindrical-coordinate representation of color #7D1FCA: hue angle of 272.98º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D1FCA is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 31 202 -
CMYK 0.38 0.85 0 0.21
HSL 272.98º 0.73% 0.46% -
HSV(B) 272.98º 0.85% 0.79% -
XYZ 19.61 9.6 56.7 -
YUV 78.6 197.64 161.1 -
System Red Green Blue C M Y K H S L
Decimal 125 31 202 0.38 0.85 0 0.21 272.98 0.73 0.46
Hex 7D 1F CA 26 55 0 15 111 49 2E
Octal 175 37 312 46 125 0 25 421 111 56
Binary 1111101 11111 11001010 100110 1010101 0 10101 100010001 1001001 101110

Color Harmonies of #7D1FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1FCA

Black with #7D1FCA

Text Example


Text Example

White with #7D1FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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