#6235B7

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

Shades of Purple Heart #6235B7

Tints of Purple Heart #6235B7

Color information

#6235B7 (or 0x6235B7) is unknown color: approx Purple Heart. HEX triplet: 62, 35 and B7. RGB value is (98,53,183). Sum of RGB (Red+Green+Blue) = 98+53+183=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 183 (71.88% from 255 or 54.79% from 334); Max value from RGB is 183 - color contains mainly: blue. Hex color #6235B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6235B7 is #9DCA48. Grayscale: #505050. Windows color (decimal): -10340937 or 12006754. OLE color: 12006754.

HSL color Cylindrical-coordinate representation of color #6235B7: hue angle of 260.77º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6235B7 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9853183-
CMYK0.460.7100.28
HSL260.77º55.08%46.27%-
HSV(B)260.77º71.04%71.76%-
XYZ14.868.5645.67-
YUV81.28185.41139.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.34%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 183 (71.88% from 255) = 54.79%
R=29.34%
G=15.87%
B=54.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal98531830.460.7100.28260.7755.0846.27
Hex6235B72E4701C105372e
Octal14265267561070344056756
Binary1100010110101101101111011101000111011100100000101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6235B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6235B7; }

 p { color: rgb(98,53,183); }

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

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

 a { background-color: rgb(98,53,183); }

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

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

 span { border-color: rgb(98,53,183); }

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