Html Css Color HEX #7B42FC Blue Violet

📋 copy color: '#7B42FC'

red 123 ◦ green 66 ◦ blue 252

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

Shades of Blue Violet #7B42FC

Tints of Blue Violet #7B42FC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.97%

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

R = 27.89%
G = 14.97%
B = 57.14%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B42FC (or 0x7B42FC) is known color: Blue Violet. HEX triplet: 7B, 42 and FC. RGB value is (123,66,252). Sum of RGB (Red+Green+Blue) = 123+66+252=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B42FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B42FC is #84BD03. Grayscale: #676767. Windows color (decimal): -8699140 or 16532091. OLE color: 16532091.

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

Color convert

RGB 123 66 252 -
CMYK 0.51 0.74 0 0.01
HSL 258.39º 0.97% 0.62% -
HSV(B) 258.39º 0.74% 0.99% -
XYZ 27.69 15.14 93.56 -
YUV 104.25 211.38 141.38 -
System Red Green Blue C M Y K H S L
Decimal 123 66 252 0.51 0.74 0 0.01 258.39 0.97 0.62
Hex 7B 42 FC 33 4A 0 1 102 61 3E
Octal 173 102 374 63 112 0 1 402 141 76
Binary 1111011 1000010 11111100 110011 1001010 0 1 100000010 1100001 111110

Color Harmonies of #7B42FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B42FC

Black with #7B42FC

Text Example


Text Example

White with #7B42FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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