#27144B

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

Shades of Violent Violet #27144B

Tints of Violent Violet #27144B

Color information

#27144B (or 0x27144B) is unknown color: approx Violent Violet. HEX triplet: 27, 14 and 4B. RGB value is (39,20,75). Sum of RGB (Red+Green+Blue) = 39+20+75=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #27144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27144B is #D8EBB4. Grayscale: #1F1F1F. Windows color (decimal): -14216117 or 4920359. OLE color: 4920359.

HSL color Cylindrical-coordinate representation of color #27144B: hue angle of 260.73º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27144B is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB392075-
CMYK0.480.7300.71
HSL260.73º57.89%18.63%-
HSV(B)260.73º73.33%29.41%-
XYZ2.361.446.81-
YUV31.95152.29133.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.10%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 75 (29.69% from 255) = 55.97%
R=29.10%
G=14.93%
B=55.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3920750.480.7300.71260.7357.8918.63
Hex27144B30490471053a13
Octal47241136011101074057223
Binary10011110100100101111000010010010100011110000010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27144B; }

 p { color: rgb(39,20,75); }

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

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

 a { background-color: rgb(39,20,75); }

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

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

 span { border-color: rgb(39,20,75); }

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