Html Css Color HEX #7A1EFD Blue Violet

📋 copy color: '#7A1EFD'

red 122 ◦ green 30 ◦ blue 253

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

Shades of Blue Violet #7A1EFD

Tints of Blue Violet #7A1EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.41%

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

R = 30.12%
G = 7.41%
B = 62.47%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A1EFD (or 0x7A1EFD) is known color: Blue Violet. HEX triplet: 7A, 1E and FD. RGB value is (122,30,253). Sum of RGB (Red+Green+Blue) = 122+30+253=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A1EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1EFD is #85E102. Grayscale: #525252. Windows color (decimal): -8773891 or 16588410. OLE color: 16588410.

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

Color convert

RGB 122 30 253 -
CMYK 0.52 0.88 0 0.01
HSL 264.75º 0.98% 0.55% -
HSV(B) 264.75º 0.88% 0.99% -
XYZ 26.22 12.16 93.89 -
YUV 82.93 223.98 155.87 -
System Red Green Blue C M Y K H S L
Decimal 122 30 253 0.52 0.88 0 0.01 264.75 0.98 0.55
Hex 7A 1E FD 34 58 0 1 109 62 37
Octal 172 36 375 64 130 0 1 411 142 67
Binary 1111010 11110 11111101 110100 1011000 0 1 100001001 1100010 110111

Color Harmonies of #7A1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1EFD

Black with #7A1EFD

Text Example


Text Example

White with #7A1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,30,253); }

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

background-color css

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

 a { background-color: rgb(122,30,253); }

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

border-color css

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

 span { border-color: rgb(122,30,253); }

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