#6102B7

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

Shades of Purple Heart #6102B7

Tints of Purple Heart #6102B7

Color information

#6102B7 (or 0x6102B7) is unknown color: approx Purple Heart. HEX triplet: 61, 02 and B7. RGB value is (97,2,183). Sum of RGB (Red+Green+Blue) = 97+2+183=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 183 (71.88% from 255 or 64.89% from 282); Max value from RGB is 183 - color contains mainly: blue. Hex color #6102B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6102B7 is #9EFD48. Grayscale: #323232. Windows color (decimal): -10419529 or 11993697. OLE color: 11993697.

HSL color Cylindrical-coordinate representation of color #6102B7: hue angle of 271.49º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6102B7 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB972183-
CMYK0.470.9900.28
HSL271.49º97.84%36.27%-
HSV(B)271.49º98.91%71.76%-
XYZ13.5645.25-
YUV51.04202.47160.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 183 (71.88% from 255) = 64.89%
R=34.40%
G=0.71%
B=64.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal9721830.470.9900.28271.4997.8436.27
Hex612B72F6301C10f6224
Octal14122675714303441714244
Binary1100001101011011110111111000110111001000011111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6102B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,2,183); }

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

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

 a { background-color: rgb(97,2,183); }

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

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

 span { border-color: rgb(97,2,183); }

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