Html Css Color HEX #7B3FD1 Blue Violet

📋 copy color: '#7B3FD1'

red 123 ◦ green 63 ◦ blue 209

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

Shades of Blue Violet #7B3FD1

Tints of Blue Violet #7B3FD1

RGB

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

 GREEN value IS 63 (25% from 255) = 15.95%

 BLUE value IS 209 (82.03% from 255) = 52.91%

R = 31.14%
G = 15.95%
B = 52.91%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7B3FD1 (or 0x7B3FD1) is known color: Blue Violet. HEX triplet: 7B, 3F and D1. RGB value is (123,63,209). Sum of RGB (Red+Green+Blue) = 123+63+209=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #7B3FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3FD1 is #84C02E. Grayscale: #616161. Windows color (decimal): -8699951 or 13713275. OLE color: 13713275.

HSL color Cylindrical-coordinate representation of color #7B3FD1: hue angle of 264.66º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B3FD1 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 123 63 209 -
CMYK 0.41 0.70 0 0.18
HSL 264.66º 0.61% 0.53% -
HSV(B) 264.66º 0.7% 0.82% -
XYZ 21.45 12.37 61.58 -
YUV 97.58 190.88 146.13 -
System Red Green Blue C M Y K H S L
Decimal 123 63 209 0.41 0.70 0 0.18 264.66 0.61 0.53
Hex 7B 3F D1 29 46 0 12 109 3D 35
Octal 173 77 321 51 106 0 22 411 75 65
Binary 1111011 111111 11010001 101001 1000110 0 10010 100001001 111101 110101

Color Harmonies of #7B3FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3FD1

Black with #7B3FD1

Text Example


Text Example

White with #7B3FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,63,209); }

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

background-color css

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

 a { background-color: rgb(123,63,209); }

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

border-color css

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

 span { border-color: rgb(123,63,209); }

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