#7238DD

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

Shades of Blue Violet #7238DD

Tints of Blue Violet #7238DD

Color information

#7238DD (or 0x7238DD) is unknown color: approx Blue Violet. HEX triplet: 72, 38 and DD. RGB value is (114,56,221). Sum of RGB (Red+Green+Blue) = 114+56+221=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #7238DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7238DD is #8DC722. Grayscale: #5B5B5B. Windows color (decimal): -9291555 or 14497906. OLE color: 14497906.

HSL color Cylindrical-coordinate representation of color #7238DD: hue angle of 261.09º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7238DD is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11456221-
CMYK0.480.7500.13
HSL261.09º70.82%54.31%-
HSV(B)261.09º74.66%86.67%-
XYZ21.411.6369.52-
YUV92.15200.72143.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 56 (22.27% from 255) = 14.32%
BLUE value IS 221 (86.72% from 255) = 56.52%
R=29.16%
G=14.32%
B=56.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal114562210.480.7500.13261.0970.8254.31
Hex7238DD304B0D1054736
Octal162703356011301540510766
Binary1110010111000110111011100001001011011011000001011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7238DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7238DD; }

 p { color: rgb(114,56,221); }

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

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

 a { background-color: rgb(114,56,221); }

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

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

 span { border-color: rgb(114,56,221); }

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