Html Css Color HEX #7D14EA Blue Violet

📋 copy color: '#7D14EA'

red 125 ◦ green 20 ◦ blue 234

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

Shades of Blue Violet #7D14EA

Tints of Blue Violet #7D14EA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.28%

 BLUE value IS 234 (91.8% from 255) = 61.74%

R = 32.98%
G = 5.28%
B = 61.74%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D14EA (or 0x7D14EA) is known color: Blue Violet. HEX triplet: 7D, 14 and EA. RGB value is (125,20,234). Sum of RGB (Red+Green+Blue) = 125+20+234=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D14EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D14EA is #82EB15. Grayscale: #4B4B4B. Windows color (decimal): -8579862 or 15340669. OLE color: 15340669.

HSL color Cylindrical-coordinate representation of color #7D14EA: hue angle of 269.44º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D14EA is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 20 234 -
CMYK 0.47 0.91 0 0.08
HSL 269.44º 0.84% 0.5% -
HSV(B) 269.44º 0.91% 0.92% -
XYZ 23.56 10.8 78.68 -
YUV 75.79 217.29 163.1 -
System Red Green Blue C M Y K H S L
Decimal 125 20 234 0.47 0.91 0 0.08 269.44 0.84 0.5
Hex 7D 14 EA 2F 5B 0 8 10D 54 32
Octal 175 24 352 57 133 0 10 415 124 62
Binary 1111101 10100 11101010 101111 1011011 0 1000 100001101 1010100 110010

Color Harmonies of #7D14EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D14EA

Black with #7D14EA

Text Example


Text Example

White with #7D14EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,20,234); }

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

background-color css

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

 a { background-color: rgb(125,20,234); }

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

border-color css

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

 span { border-color: rgb(125,20,234); }

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