Html Css Color HEX #7B21FC Blue Violet

📋 copy color: '#7B21FC'

red 123 ◦ green 33 ◦ blue 252

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

Shades of Blue Violet #7B21FC

Tints of Blue Violet #7B21FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.76%

R = 30.15%
G = 8.09%
B = 61.76%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B21FC (or 0x7B21FC) is known color: Blue Violet. HEX triplet: 7B, 21 and FC. RGB value is (123,33,252). Sum of RGB (Red+Green+Blue) = 123+33+252=408 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.15% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B21FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B21FC is #84DE03. Grayscale: #545454. Windows color (decimal): -8707588 or 16523643. OLE color: 16523643.

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

Color convert

RGB 123 33 252 -
CMYK 0.51 0.87 0 0.01
HSL 264.66º 0.97% 0.56% -
HSV(B) 264.66º 0.87% 0.99% -
XYZ 26.28 12.33 93.09 -
YUV 84.88 222.32 155.19 -
System Red Green Blue C M Y K H S L
Decimal 123 33 252 0.51 0.87 0 0.01 264.66 0.97 0.56
Hex 7B 21 FC 33 57 0 1 109 61 38
Octal 173 41 374 63 127 0 1 411 141 70
Binary 1111011 100001 11111100 110011 1010111 0 1 100001001 1100001 111000

Color Harmonies of #7B21FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B21FC

Black with #7B21FC

Text Example


Text Example

White with #7B21FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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