Html Css Color HEX #7A3FEE Blue Violet

📋 copy color: '#7A3FEE'

red 122 ◦ green 63 ◦ blue 238

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

Shades of Blue Violet #7A3FEE

Tints of Blue Violet #7A3FEE

RGB

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

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

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

R = 28.84%
G = 14.89%
B = 56.26%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7A3FEE (or 0x7A3FEE) is known color: Blue Violet. HEX triplet: 7A, 3F and EE. RGB value is (122,63,238). Sum of RGB (Red+Green+Blue) = 122+63+238=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A3FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A3FEE is #85C011. Grayscale: #636363. Windows color (decimal): -8765458 or 15613818. OLE color: 15613818.

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

Color convert

RGB 122 63 238 -
CMYK 0.49 0.74 0 0.07
HSL 260.23º 0.84% 0.59% -
HSV(B) 260.23º 0.74% 0.93% -
XYZ 25.24 13.87 82.24 -
YUV 100.59 205.55 143.27 -
System Red Green Blue C M Y K H S L
Decimal 122 63 238 0.49 0.74 0 0.07 260.23 0.84 0.59
Hex 7A 3F EE 31 4A 0 7 104 54 3B
Octal 172 77 356 61 112 0 7 404 124 73
Binary 1111010 111111 11101110 110001 1001010 0 111 100000100 1010100 111011

Color Harmonies of #7A3FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3FEE

Black with #7A3FEE

Text Example


Text Example

White with #7A3FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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