#6103B1

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

Shades of Purple Heart #6103B1

Tints of Purple Heart #6103B1

Color information

#6103B1 (or 0x6103B1) is unknown color: approx Purple Heart. HEX triplet: 61, 03 and B1. RGB value is (97,3,177). Sum of RGB (Red+Green+Blue) = 97+3+177=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 177 (69.53% from 255 or 63.90% from 277); Max value from RGB is 177 - color contains mainly: blue. Hex color #6103B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6103B1 is #9EFC4E. Grayscale: #323232. Windows color (decimal): -10419279 or 11600737. OLE color: 11600737.

HSL color Cylindrical-coordinate representation of color #6103B1: hue angle of 272.41º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6103B1 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB973177-
CMYK0.450.9800.31
HSL272.41º96.67%35.29%-
HSV(B)272.41º98.31%69.41%-
XYZ12.95.7842.03-
YUV50.94199.14160.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.02%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 177 (69.53% from 255) = 63.90%
R=35.02%
G=1.08%
B=63.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9731770.450.9800.31272.4196.6735.29
Hex613B12D6201F1106123
Octal14132615514203742014143
Binary1100001111011000110110111000100111111000100001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6103B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6103B1; }

 p { color: rgb(97,3,177); }

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

<style>
 a { background-color: #6103B1; }

 a { background-color: rgb(97,3,177); }

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

<style>
 span { border-color: #6103B1; }

 span { border-color: rgb(97,3,177); }

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