#6230B6

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

Shades of Purple Heart #6230B6

Tints of Purple Heart #6230B6

Color information

#6230B6 (or 0x6230B6) is unknown color: approx Purple Heart. HEX triplet: 62, 30 and B6. RGB value is (98,48,182). Sum of RGB (Red+Green+Blue) = 98+48+182=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #6230B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6230B6 is #9DCF49. Grayscale: #4D4D4D. Windows color (decimal): -10342218 or 11939938. OLE color: 11939938.

HSL color Cylindrical-coordinate representation of color #6230B6: hue angle of 262.39º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6230B6 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9848182-
CMYK0.460.7400.29
HSL262.39º58.26%45.1%-
HSV(B)262.39º73.63%71.37%-
XYZ14.548.0945.05-
YUV78.23186.56142.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.88%
GREEN value IS 48 (19.14% from 255) = 14.63%
BLUE value IS 182 (71.48% from 255) = 55.49%
R=29.88%
G=14.63%
B=55.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98481820.460.7400.29262.3958.2645.1
Hex6230B62E4A01D1063a2d
Octal14260266561120354067255
Binary1100010110000101101101011101001010011101100000110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6230B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6230B6; }

 p { color: rgb(98,48,182); }

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

<style>
 a { background-color: #6230B6; }

 a { background-color: rgb(98,48,182); }

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

<style>
 span { border-color: #6230B6; }

 span { border-color: rgb(98,48,182); }

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