Html Css Color HEX #7A47E4 Blue Violet

📋 copy color: '#7A47E4'

red 122 ◦ green 71 ◦ blue 228

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

Shades of Blue Violet #7A47E4

Tints of Blue Violet #7A47E4

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.86%

 BLUE value IS 228 (89.45% from 255) = 54.16%

R = 28.98%
G = 16.86%
B = 54.16%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7A47E4 (or 0x7A47E4) is known color: Blue Violet. HEX triplet: 7A, 47 and E4. RGB value is (122,71,228). Sum of RGB (Red+Green+Blue) = 122+71+228=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #7A47E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A47E4 is #85B81B. Grayscale: #676767. Windows color (decimal): -8763420 or 14960506. OLE color: 14960506.

HSL color Cylindrical-coordinate representation of color #7A47E4: hue angle of 259.49º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A47E4 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 122 71 228 -
CMYK 0.46 0.69 0 0.11
HSL 259.49º 0.74% 0.59% -
HSV(B) 259.49º 0.69% 0.89% -
XYZ 24.28 14.25 74.87 -
YUV 104.15 197.9 140.73 -
System Red Green Blue C M Y K H S L
Decimal 122 71 228 0.46 0.69 0 0.11 259.49 0.74 0.59
Hex 7A 47 E4 2E 45 0 B 103 4A 3B
Octal 172 107 344 56 105 0 13 403 112 73
Binary 1111010 1000111 11100100 101110 1000101 0 1011 100000011 1001010 111011

Color Harmonies of #7A47E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A47E4

Black with #7A47E4

Text Example


Text Example

White with #7A47E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,71,228); }

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

background-color css

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

 a { background-color: rgb(122,71,228); }

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

border-color css

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

 span { border-color: rgb(122,71,228); }

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