#7236CD

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

Shades of Purple Heart #7236CD

Tints of Purple Heart #7236CD

Color information

#7236CD (or 0x7236CD) is unknown color: approx Purple Heart. HEX triplet: 72, 36 and CD. RGB value is (114,54,205). Sum of RGB (Red+Green+Blue) = 114+54+205=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #7236CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7236CD is #8DC932. Grayscale: #585858. Windows color (decimal): -9292083 or 13448818. OLE color: 13448818.

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

Color convert

RGB11454205-
CMYK0.440.7400.20
HSL263.84º60.16%50.78%-
HSV(B)263.84º73.66%80.39%-
XYZ19.2810.6258.79-
YUV89.15193.38145.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 54 (21.48% from 255) = 14.48%
BLUE value IS 205 (80.47% from 255) = 54.96%
R=30.56%
G=14.48%
B=54.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114542050.440.7400.20263.8460.1650.78
Hex7236CD2C4A0141083c33
Octal16266315541120244107463
Binary1110010110110110011011011001001010010100100001000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7236CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7236CD; }

 p { color: rgb(114,54,205); }

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

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

 a { background-color: rgb(114,54,205); }

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

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

 span { border-color: rgb(114,54,205); }

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