Html Css Color HEX #7B21FB Blue Violet

📋 copy color: '#7B21FB'

red 123 ◦ green 33 ◦ blue 251

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

Shades of Blue Violet #7B21FB

Tints of Blue Violet #7B21FB

RGB

 RED value IS 123 (48.44% from 255) = 30.22%

 GREEN value IS 33 (13.28% from 255) = 8.11%

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

R = 30.22%
G = 8.11%
B = 61.67%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B21FB (or 0x7B21FB) is known color: Blue Violet. HEX triplet: 7B, 21 and FB. RGB value is (123,33,251). Sum of RGB (Red+Green+Blue) = 123+33+251=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B21FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B21FB is #84DE04. Grayscale: #535353. Windows color (decimal): -8707589 or 16458107. OLE color: 16458107.

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

Color convert

RGB 123 33 251 -
CMYK 0.51 0.87 0 0.02
HSL 264.77º 0.96% 0.56% -
HSV(B) 264.77º 0.87% 0.98% -
XYZ 26.12 12.26 92.26 -
YUV 84.76 221.82 155.27 -
System Red Green Blue C M Y K H S L
Decimal 123 33 251 0.51 0.87 0 0.02 264.77 0.96 0.56
Hex 7B 21 FB 33 57 0 2 109 60 38
Octal 173 41 373 63 127 0 2 411 140 70
Binary 1111011 100001 11111011 110011 1010111 0 10 100001001 1100000 111000

Color Harmonies of #7B21FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B21FB

Black with #7B21FB

Text Example


Text Example

White with #7B21FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,33,251); }

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

background-color css

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

 a { background-color: rgb(123,33,251); }

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

border-color css

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

 span { border-color: rgb(123,33,251); }

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