#7235CE

Color #7235CE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7235CE

Tints of Purple Heart #7235CE

Color information

#7235CE (or 0x7235CE) is unknown color: approx Purple Heart. HEX triplet: 72, 35 and CE. RGB value is (114,53,206). Sum of RGB (Red+Green+Blue) = 114+53+206=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #7235CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7235CE is #8DCA31. Grayscale: #585858. Windows color (decimal): -9292338 or 13514098. OLE color: 13514098.

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

Color convert

RGB11453206-
CMYK0.450.7400.19
HSL263.92º60.96%50.78%-
HSV(B)263.92º74.27%80.78%-
XYZ19.3510.5859.41-
YUV88.68194.21146.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 53 (21.09% from 255) = 14.21%
BLUE value IS 206 (80.86% from 255) = 55.23%
R=30.56%
G=14.21%
B=55.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal114532060.450.7400.19263.9260.9650.78
Hex7235CE2D4A0131083d33
Octal16265316551120234107563
Binary1110010110101110011101011011001010010011100001000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7235CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7235CE; }

 p { color: rgb(114,53,206); }

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

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

 a { background-color: rgb(114,53,206); }

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

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

 span { border-color: rgb(114,53,206); }

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