#FF3782

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

Shades of Violet Red #FF3782

Tints of Violet Red #FF3782

Color information

#FF3782 (or 0xFF3782) is unknown color: approx Violet Red. HEX triplet: FF, 37 and 82. RGB value is (255,55,130). Sum of RGB (Red+Green+Blue) = 255+55+130=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3782 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3782 is #00C87D. Grayscale: #7B7B7B. Windows color (decimal): -51326 or 8534015. OLE color: 8534015.

HSL color Cylindrical-coordinate representation of color #FF3782: hue angle of 337.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3782 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB25555130-
CMYK00.780.490
HSL337.5º100%60.78%-
HSV(B)337.5º78.43%100%-
XYZ46.6425.623.6-
YUV123.35131.76221.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.95%
GREEN value IS 55 (21.88% from 255) = 12.5%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=57.95%
G=12.5%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555513000.780.490337.510060.78
HexFF378204E310152643d
Octal37767202011661052214475
Binary11111111110111100000100100111011000101010100101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3782; }

 p { color: rgb(255,55,130); }

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

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

 a { background-color: rgb(255,55,130); }

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

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

 span { border-color: rgb(255,55,130); }

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