#7C37CD

Color #7C37CD Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7C37CD

Tints of Blue Violet #7C37CD

Color information

#7C37CD (or 0x7C37CD) is unknown color: approx Blue Violet. HEX triplet: 7C, 37 and CD. RGB value is (124,55,205). Sum of RGB (Red+Green+Blue) = 124+55+205=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C37CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C37CD is #83C832. Grayscale: #5C5C5C. Windows color (decimal): -8636467 or 13449084. OLE color: 13449084.

HSL color Cylindrical-coordinate representation of color #7C37CD: hue angle of 267.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C37CD is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12455205-
CMYK0.400.7300.20
HSL267.6º60%50.98%-
HSV(B)267.6º73.17%80.39%-
XYZ20.711.4358.87-
YUV92.73191.36150.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.29%
GREEN value IS 55 (21.88% from 255) = 14.32%
BLUE value IS 205 (80.47% from 255) = 53.39%
R=32.29%
G=14.32%
B=53.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal124552050.400.7300.20267.66050.98
Hex7C37CD284901410c3c33
Octal17467315501110244147463
Binary1111100110111110011011010001001001010100100001100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C37CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,55,205); }

 H1.HeaderClassName
 {
   color: #7C37CD;
 }
 .AnyTagClassName
 {
   color: #7C37CD;
 }
</style>
background-color css

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

 a { background-color: rgb(124,55,205); }

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

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

 span { border-color: rgb(124,55,205); }

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