Html Css Color HEX #7A30FB Blue Violet

📋 copy color: '#7A30FB'

red 122 ◦ green 48 ◦ blue 251

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

Shades of Blue Violet #7A30FB

Tints of Blue Violet #7A30FB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.4%

 BLUE value IS 251 (98.44% from 255) = 59.62%

R = 28.98%
G = 11.4%
B = 59.62%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7A30FB (or 0x7A30FB) is known color: Blue Violet. HEX triplet: 7A, 30 and FB. RGB value is (122,48,251). Sum of RGB (Red+Green+Blue) = 122+48+251=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A30FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A30FB is #85CF04. Grayscale: #5C5C5C. Windows color (decimal): -8769285 or 16461946. OLE color: 16461946.

HSL color Cylindrical-coordinate representation of color #7A30FB: hue angle of 261.87º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A30FB is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 48 251 -
CMYK 0.51 0.81 0 0.02
HSL 261.87º 0.96% 0.59% -
HSV(B) 261.87º 0.81% 0.98% -
XYZ 26.5 13.22 92.42 -
YUV 93.27 217.02 148.49 -
System Red Green Blue C M Y K H S L
Decimal 122 48 251 0.51 0.81 0 0.02 261.87 0.96 0.59
Hex 7A 30 FB 33 51 0 2 106 60 3B
Octal 172 60 373 63 121 0 2 406 140 73
Binary 1111010 110000 11111011 110011 1010001 0 10 100000110 1100000 111011

Color Harmonies of #7A30FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A30FB

Black with #7A30FB

Text Example


Text Example

White with #7A30FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,48,251); }

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

background-color css

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

 a { background-color: rgb(122,48,251); }

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

border-color css

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

 span { border-color: rgb(122,48,251); }

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