Html Css Color HEX #7D1CFD Blue Violet

📋 copy color: '#7D1CFD'

red 125 ◦ green 28 ◦ blue 253

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

Shades of Blue Violet #7D1CFD

Tints of Blue Violet #7D1CFD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.9%

 BLUE value IS 253 (99.22% from 255) = 62.32%

R = 30.79%
G = 6.9%
B = 62.32%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D1CFD (or 0x7D1CFD) is known color: Blue Violet. HEX triplet: 7D, 1C and FD. RGB value is (125,28,253). Sum of RGB (Red+Green+Blue) = 125+28+253=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D1CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1CFD is #82E302. Grayscale: #515151. Windows color (decimal): -8577795 or 16587901. OLE color: 16587901.

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

Color convert

RGB 125 28 253 -
CMYK 0.51 0.89 0 0.01
HSL 265.87º 0.98% 0.55% -
HSV(B) 265.87º 0.89% 0.99% -
XYZ 26.6 12.28 93.9 -
YUV 82.65 224.14 158.2 -
System Red Green Blue C M Y K H S L
Decimal 125 28 253 0.51 0.89 0 0.01 265.87 0.98 0.55
Hex 7D 1C FD 33 59 0 1 10A 62 37
Octal 175 34 375 63 131 0 1 412 142 67
Binary 1111101 11100 11111101 110011 1011001 0 1 100001010 1100010 110111

Color Harmonies of #7D1CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1CFD

Black with #7D1CFD

Text Example


Text Example

White with #7D1CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,28,253); }

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

background-color css

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

 a { background-color: rgb(125,28,253); }

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

border-color css

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

 span { border-color: rgb(125,28,253); }

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