Html Css Color HEX #7A1DEE Blue Violet

📋 copy color: '#7A1DEE'

red 122 ◦ green 29 ◦ blue 238

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

Shades of Blue Violet #7A1DEE

Tints of Blue Violet #7A1DEE

RGB

 RED value IS 122 (48.05% from 255) = 31.36%

 GREEN value IS 29 (11.72% from 255) = 7.46%

 BLUE value IS 238 (93.36% from 255) = 61.18%

R = 31.36%
G = 7.46%
B = 61.18%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7A1DEE (or 0x7A1DEE) is known color: Blue Violet. HEX triplet: 7A, 1D and EE. RGB value is (122,29,238). Sum of RGB (Red+Green+Blue) = 122+29+238=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A1DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1DEE is #85E211. Grayscale: #4F4F4F. Windows color (decimal): -8774162 or 15605114. OLE color: 15605114.

HSL color Cylindrical-coordinate representation of color #7A1DEE: hue angle of 266.7º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A1DEE is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 29 238 -
CMYK 0.49 0.88 0 0.07
HSL 266.7º 0.86% 0.52% -
HSV(B) 266.7º 0.88% 0.93% -
XYZ 23.9 11.19 81.79 -
YUV 80.63 216.81 157.51 -
System Red Green Blue C M Y K H S L
Decimal 122 29 238 0.49 0.88 0 0.07 266.7 0.86 0.52
Hex 7A 1D EE 31 58 0 7 10B 56 34
Octal 172 35 356 61 130 0 7 413 126 64
Binary 1111010 11101 11101110 110001 1011000 0 111 100001011 1010110 110100

Color Harmonies of #7A1DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1DEE

Black with #7A1DEE

Text Example


Text Example

White with #7A1DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,29,238); }

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

background-color css

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

 a { background-color: rgb(122,29,238); }

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

border-color css

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

 span { border-color: rgb(122,29,238); }

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