Html Css Color HEX #7A28EB Blue Violet

📋 copy color: '#7A28EB'

red 122 ◦ green 40 ◦ blue 235

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

Shades of Blue Violet #7A28EB

Tints of Blue Violet #7A28EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.08%

 BLUE value IS 235 (92.19% from 255) = 59.19%

R = 30.73%
G = 10.08%
B = 59.19%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A28EB (or 0x7A28EB) is known color: Blue Violet. HEX triplet: 7A, 28 and EB. RGB value is (122,40,235). Sum of RGB (Red+Green+Blue) = 122+40+235=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A28EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A28EB is #85D714. Grayscale: #565656. Windows color (decimal): -8771349 or 15411322. OLE color: 15411322.

HSL color Cylindrical-coordinate representation of color #7A28EB: hue angle of 265.23º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A28EB is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 40 235 -
CMYK 0.48 0.83 0 0.08
HSL 265.23º 0.83% 0.54% -
HSV(B) 265.23º 0.83% 0.92% -
XYZ 23.78 11.65 79.59 -
YUV 86.75 211.67 153.14 -
System Red Green Blue C M Y K H S L
Decimal 122 40 235 0.48 0.83 0 0.08 265.23 0.83 0.54
Hex 7A 28 EB 30 53 0 8 109 53 36
Octal 172 50 353 60 123 0 10 411 123 66
Binary 1111010 101000 11101011 110000 1010011 0 1000 100001001 1010011 110110

Color Harmonies of #7A28EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A28EB

Black with #7A28EB

Text Example


Text Example

White with #7A28EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,40,235); }

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

background-color css

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

 a { background-color: rgb(122,40,235); }

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

border-color css

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

 span { border-color: rgb(122,40,235); }

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