Html Css Color HEX #7B37CF Blue Violet

📋 copy color: '#7B37CF'

red 123 ◦ green 55 ◦ blue 207

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

Shades of Blue Violet #7B37CF

Tints of Blue Violet #7B37CF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.29%

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 31.95%
G = 14.29%
B = 53.77%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B37CF (or 0x7B37CF) is known color: Blue Violet. HEX triplet: 7B, 37 and CF. RGB value is (123,55,207). Sum of RGB (Red+Green+Blue) = 123+55+207=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B37CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B37CF is #84C830. Grayscale: #5C5C5C. Windows color (decimal): -8702001 or 13580155. OLE color: 13580155.

HSL color Cylindrical-coordinate representation of color #7B37CF: hue angle of 266.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B37CF is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 55 207 -
CMYK 0.41 0.73 0 0.19
HSL 266.84º 0.61% 0.51% -
HSV(B) 266.84º 0.73% 0.81% -
XYZ 20.8 11.45 60.15 -
YUV 92.66 192.53 149.64 -
System Red Green Blue C M Y K H S L
Decimal 123 55 207 0.41 0.73 0 0.19 266.84 0.61 0.51
Hex 7B 37 CF 29 49 0 13 10B 3D 33
Octal 173 67 317 51 111 0 23 413 75 63
Binary 1111011 110111 11001111 101001 1001001 0 10011 100001011 111101 110011

Color Harmonies of #7B37CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B37CF

Black with #7B37CF

Text Example


Text Example

White with #7B37CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,55,207); }

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

background-color css

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

 a { background-color: rgb(123,55,207); }

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

border-color css

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

 span { border-color: rgb(123,55,207); }

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