Html Css Color HEX #7D3FFC Blue Violet

📋 copy color: '#7D3FFC'

red 125 ◦ green 63 ◦ blue 252

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

Shades of Blue Violet #7D3FFC

Tints of Blue Violet #7D3FFC

RGB

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

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

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

R = 28.41%
G = 14.32%
B = 57.27%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D3FFC (or 0x7D3FFC) is known color: Blue Violet. HEX triplet: 7D, 3F and FC. RGB value is (125,63,252). Sum of RGB (Red+Green+Blue) = 125+63+252=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D3FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3FFC is #82C003. Grayscale: #666666. Windows color (decimal): -8568836 or 16531325. OLE color: 16531325.

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

Color convert

RGB 125 63 252 -
CMYK 0.50 0.75 0 0.01
HSL 259.68º 0.97% 0.62% -
HSV(B) 259.68º 0.75% 0.99% -
XYZ 27.81 14.94 93.51 -
YUV 103.08 212.04 143.63 -
System Red Green Blue C M Y K H S L
Decimal 125 63 252 0.50 0.75 0 0.01 259.68 0.97 0.62
Hex 7D 3F FC 32 4B 0 1 104 61 3E
Octal 175 77 374 62 113 0 1 404 141 76
Binary 1111101 111111 11111100 110010 1001011 0 1 100000100 1100001 111110

Color Harmonies of #7D3FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3FFC

Black with #7D3FFC

Text Example


Text Example

White with #7D3FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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